Fix pre-commit hook (#3882)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# AlloyDB cluster and instance with read replicas
|
||||
|
||||
This module manages the creation of AlloyDB cluster and configuration with/without automated backup policy, Primary node instance and Read Node Pools.
|
||||
This module manages the creation of AlloyDB cluster and configuration with/without automated backup policy, Primary node instance and Read Node Pools.
|
||||
|
||||
|
||||
## Simple example
|
||||
|
||||
@@ -47,7 +47,7 @@ display_name: Group 1 # Group display name.
|
||||
description: Group 1 description # Group description.
|
||||
members: # List of group members.
|
||||
- user_1@example.com
|
||||
- user_2@example.com
|
||||
- user_2@example.com
|
||||
managers: # List of group managers.
|
||||
- manager_1@example.com
|
||||
```
|
||||
|
||||
@@ -23,4 +23,3 @@ variable "data_dir" {
|
||||
description = "Relative path for the folder storing configuration data."
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user