Aimar Aareleid

Results 3 comments of Aimar Aareleid

I'm having the same issue. I'm trying to set up ODI with AWS and Keycloak. Trying to connect with kids will create a bunch of Kuberlr processes until the terminal...

I'm trying to do the same with no luck so far. Want to add a focus style matching with tailwindcss. Cant seems to control the focus at all.

Same issue. "cluster_name" and "vpc_id" output is defined in two tf files. output.tf ``` output "cluster_name" { value = "${var.env}.${var.name}" } output "vpc_id" { value = "${module.vpc.vpc_id}" } ``` kubernetes.tf...