This commit is contained in:
2023-08-08 17:53:46 +02:00
parent 000830a718
commit d6a77735d2
2 changed files with 91 additions and 92 deletions

View File

@@ -8,7 +8,6 @@ locals {
}
resource "kubectl_manifest" "prj_pg" {
depends_on = [kubectl_manifest.prj_pre_migrate_pg]
yaml_body = <<-EOF
apiVersion: postgresql.cnpg.io/v1
kind: Cluster