Skip to content

Commit 75f99ad

Browse files
committed
update README.md
1 parent 21dfaa3 commit 75f99ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/io.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
| resource\_group\_name | A container that holds related resources for an Azure solution | `string` | `""` | no |
5757
| rotation\_policy | The rotation policy for azure key vault key | <pre>map(object({<br> time_before_expiry = string<br> expire_after = string<br> notify_before_expiry = string<br> }))</pre> | `null` | no |
5858
| server\_configurations | PostgreSQL server configurations to add. | `map(string)` | `{}` | no |
59+
| server\_custom\_name | User defined name for the PostgreSQL flexible server | `string` | `null` | no |
5960
| size | Size for PostgreSQL Flexible server sku : https://docs.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-compute-storage. | `string` | `"D2ds_v4"` | no |
6061
| source\_server\_id | The resource ID of the source PostgreSQL Flexible Server to be restored. Required when create\_mode is PointInTimeRestore, GeoRestore, and Replica. Changing this forces a new PostgreSQL Flexible Server to be created. | `string` | `null` | no |
6162
| storage\_account\_id | Storage account id to pass it to destination details of diagnosys setting of NSG. | `string` | `null` | no |

0 commit comments

Comments
 (0)