Liviu Damian
Liviu Damian
Sounds like a lot of work. Wouldn't be easier to use a database backend? Maybe store the zones in the database along with the statistics, then someone can just create...
This also happens with a `github_repository` data source. ``` data "github_repository" "main" { full_name = format("%s/%s", var.github_owner, var.repository_name) } ```
Hi @williamboman. I can help with debugging after 12th June if it doesn’t get sorted out until then.
I'm having the same issue using version `19.15.3` Relevant parts: ``` module "eks" { source = "registry.terraform.io/terraform-aws-modules/eks/aws" version = "19.15.3" ... eks_managed_node_groups = { karpenter = { block_device_mappings = {...