You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_acme_server"></a> [acme\_server](#input\_acme\_server)| URL for the ACME Server to be used, defaults to production URL for LetsEncrypt |`string`|`"https://acme-v02.api.letsencrypt.org/directory"`| no |
65
+
| <aname="input_acme_server"></a> [acme\_server](#input\_acme\_server) | URL for the ACME Server to be used, defaults to production URL for LetsEncrypt | `string` | `"https://acme-v02
61
66
| <aname="input_app_name"></a> [app\_name](#input\_app\_name)| App name for deploying PostgreSQL Database |`string`|`"postgres"`| no |
62
67
| <aname="input_backup_bucket_name"></a> [backup\_bucket\_name](#input\_backup\_bucket\_name)| Name of the bucket for storing PITR Backups in Garage |`string`| n/a | yes |
63
-
| <aname="input_client_certificate_authority_name"></a> [client\_certificate\_authority\_name](#input\_client\_certificate\_authority\_name)| Name of the Certificate Authority to be used with PostgreSQL Client |`string`|`"postgresql-client-certificate-authority"`| no |
64
-
| <aname="input_client_issuer_name"></a> [client\_issuer\_name](#input\_client\_issuer\_name)| Name of the Issuer to be used with PostgreSQL Client |`string`|`"postgresql-client-issuer"`| no |
65
-
| <aname="input_client_streaming_replica_certificate_name"></a> [client\_streaming\_replica\_certificate\_name](#input\_client\_streaming\_replica\_certificate\_name)| Name of the Certificate to be used with PostgreSQL Streaming Replica Client |`string`|`"postgresql-streaming-replica-client-certificate"`| no |
66
-
| <aname="input_clients"></a> [clients](#input\_clients)| Object List of clients who need databases and users to be configured for | <pre>list(object({<br/> namespace = string<br/> user = string<br/> database = string<br/> derRequired = bool<br/> privateKeyEncoding = string<br/> }))</pre> |`[]`| no |
67
-
| <aname="input_cloudflare_email"></a> [cloudflare\_email](#input\_cloudflare\_email)| Email for generating Ingress Certificates to be associated with PGAdmin |`string`| n/a | yes|
68
-
| <aname="input_cloudflare_issuer_name"></a> [cloudflare\_issuer\_name](#input\_cloudflare\_issuer\_name)| Name of the Cloudflare Issuer to be associated with PGAdmin |`string`|`"cnpg-cloudflare-issuer"`| no |
69
-
| <aname="input_cloudflare_token"></a> [cloudflare\_token](#input\_cloudflare\_token)| Token for generating Ingress Certificates to be associated with PGAdmin |`string`| n/a | yes|
70
-
| <aname="input_cluster_issuer_name"></a> [cluster\_issuer\_name](#input\_cluster\_issuer\_name)| Name for the Cluster Issuer to be used to generate internal self signed certificates|`string`| n/a | yes |
68
+
| <aname="input_client_certificate_authority_name"></a> [client\_certificate\_authority\_name](#input\_client\_certificate\_authority\_name) | Name of the Certificate Authority to be
69
+
| <aname="input_client_issuer_name"></a> [client\_issuer\_name](#input\_client\_issuer\_name) | Name of the Issuer to be used with PostgreSQL Client | `string` | `"postgresql-client-i
70
+
| <aname="input_client_streaming_replica_certificate_name"></a> [client\_streaming\_replica\_certificate\_name](#input\_client\_streaming\_replica\_certificate\_name) | Name of the Ce
71
+
| <aname="input_clients"></a> [clients](#input\_clients) | Object List of clients who need databases and users to be configured for | <pre>list(object({<br/> namespace = s
72
+
| <aname="input_cloudflare_email"></a> [cloudflare\_email](#input\_cloudflare\_email) | Email for generating Ingress Certificates to be associated with PGAdmin | `string` | n/a | yes
73
+
| <aname="input_cloudflare_issuer_name"></a> [cloudflare\_issuer\_name](#input\_cloudflare\_issuer\_name) | Name of the Cloudflare Issuer to be associated with PGAdmin | `string` | `"
74
+
| <aname="input_cloudflare_token"></a> [cloudflare\_token](#input\_cloudflare\_token) | Token for generating Ingress Certificates to be associated with PGAdmin | `string` | n/a | yes
75
+
| <aname="input_cluster_issuer_name"></a> [cluster\_issuer\_name](#input\_cluster\_issuer\_name) | Name for the Cluster Issuer to be used to generate internal self signed certificates
71
76
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the PostgreSQL Database Cluster to be created |`string`|`"postgresql-cluster"`| no |
72
-
| <aname="input_cluster_postgresql_version"></a> [cluster\_postgresql\_version](#input\_cluster\_postgresql\_version)| Version of PostgreSQL Database to use and deploy |`number`|`17`| no |
77
+
| <aname="input_cluster_postgresql_version"></a> [cluster\_postgresql\_version](#input\_cluster\_postgresql\_version) | Version of PostgreSQL Database to use and deploy | `number` | `
78
+
| <aname="input_cluster_secret_store_name"></a> [cluster\_secret\_store\_name](#input\_cluster\_secret\_store\_name) | Name of the cluster secret store to be used for pulling and push
73
79
| <aname="input_cluster_size"></a> [cluster\_size](#input\_cluster\_size)| Number of pods to deploy for the PostgreSQL Cluster |`number`|`2`| no |
74
80
| <aname="input_country_name"></a> [country\_name](#input\_country\_name)| Country name for deploying PostgreSQL Database |`string`|`"India"`| no |
75
81
| <aname="input_domain"></a> [domain](#input\_domain)| Domain for which Ingress Certificate is to be generated for |`string`| n/a | yes |
0 commit comments