We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d33f3 commit 4c0707eCopy full SHA for 4c0707e
examples/postgresql-ha/README.md
@@ -23,6 +23,8 @@ terraform destroy
23
24
| Name | Description | Type | Default | Required |
25
|------|-------------|------|---------|:--------:|
26
+| folder\_id | The folder where project is created | `string` | n/a | yes |
27
+| key\_project\_id | The project where autokey is setup | `string` | n/a | yes |
28
| pg\_ha\_external\_ip\_range | The ip range to allow connecting from/to Cloud SQL | `string` | `"192.10.10.10/32"` | no |
29
| pg\_ha\_name | The name for Cloud SQL instance | `string` | `"tf-pg-ha"` | no |
30
| project\_id | The project to run tests against | `string` | n/a | yes |
0 commit comments