Open landorg opened 3 years ago
Hi there!
I think I have a similar issue here (Kubernetes Alpha v0.5.0). When I try to remove this section and hit apply
patroni = {
initdb = {
encoding = "UTF8"
}
}
I do get the following error:
│ Error: spec.patroni.initdb
│
│ with module.core.module.postgres.kubernetes_manifest.postgres,
│ on ../../../terraform-modules/databases/postgres/main.tf line 29, in resource "kubernetes_manifest" "postgres":
│ 29: resource "kubernetes_manifest" "postgres" {
│
│ Invalid value: "null": spec.patroni.initdb in body must be of type object: "null"
Is this the same issue perhaps? Can and will this be eventually solved in the near future?
thanks a lot Martin
Terraform, Provider, Kubernetes versions
Affected Resource(s)
https://postgres-operator.readthedocs.io/en/latest/reference/cluster_manifest/#custom-tls-certificates
Terraform Configuration Files
I'm trying to conditionally omit the spec.tls argument.
Debug Output
Steps to Reproduce
terraform apply