Apoorva Kulkarni
Apoorva Kulkarni
Hi @s9r-5, have you looked at your example [here](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/observability/amp-amg-opensearch)? You do need the IRSA config for Prometheus so it can write to AMP. Without looking at your terraform code it...
@bryantbiggs I am not sure I get it. Are you suggesting removing the kubernetes-addons module?
Gotcha. @vara-bonthu @Zvikan correct me if I am wrong, but didn't we have data sources before and ended up removing them because `plan` was taking too long?
Hi @ZeroDeth, it should be possible to do this... ```hcl argocd_applications = { addons = { path = "chart" repo_url = "https://github.com/xxx/eks-blueprints-add-ons.git" add_on_application = false } shr_cluster = { path...
Hi @FernandoMiguel there seems to be an issue when we `merge()` user provided `helm_config` with the `default_helm_config`, for some reason the `type = "string"` does not persist in the desired...
Hi @skuriyadi this error is documented [here](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md#i-received-an-error-error-invalid-for_each-argument-). As documented there, this is an issue in [Terraform Core](https://github.com/hashicorp/terraform/issues/4149). If you remove the `depends_on` in your module definition like suggested this error...
Its a fair question and it is definitely something we had planned to do. I will bubble this up internally. Thanks!
Hi @ecs-jnguyen in order to properly destroy all resources, the guidance is to use `-target` and destroy them in reverse order such as shown [here](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/eks-cluster-with-new-vpc#cleanup).
@bonclay7 can you please confirm we can remove the cert-manager version `v1.5.0` hard-coding now?
Hi @shawn-motley-dexcare, you will need to pass a value for `eks_cluster_domain` which is expected by the add-on as shown in this [example](https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/da3f46554ae36099e7bd29838899527778ae718b/examples/eks-cluster-with-external-dns/main.tf#L82).