diff --git a/examples/data-solutions/cloudsql-multiregion/README.md b/examples/data-solutions/cloudsql-multiregion/README.md index b55f75f4..7a70ee98 100644 --- a/examples/data-solutions/cloudsql-multiregion/README.md +++ b/examples/data-solutions/cloudsql-multiregion/README.md @@ -39,7 +39,6 @@ TBC This implementation is intentionally minimal and easy to read. A real world use case should consider: - Using a Shared VPC - Using VPC-SC to mitigate data exfiltration - ## Variables @@ -48,11 +47,11 @@ This implementation is intentionally minimal and easy to read. A real world use |---|---|:---:|:---:|:---:| | [prefix](variables.tf#L29) | Unique prefix used for resource names. Not used for project if 'project_create' is null. | string | ✓ | | | [project_id](variables.tf#L43) | Project id, references existing project if `project_create` is null. | string | ✓ | | -| [regions](variables.tf#L48) | Map of instance_name => location where instances will be deployed. | map(string) | ✓ | | | [cloudsql_psa_range](variables.tf#L17) | Range used for the Private Service Access. | string | | "10.60.0.0/16" | | [database_version](variables.tf#L23) | Database type and version to create. | string | | "POSTGRES_13" | | [project_create](variables.tf#L34) | Provide values if project creation is needed, uses existing project if null. Parent is in 'folders/nnn' or 'organizations/nnn' format. | object({…}) | | null | -| [tier](variables.tf#L57) | The machine type to use for the instances. See See https://cloud.google.com/sql/docs/postgres/create-instance#machine-types. | string | | "db-g1-small" | +| [regions](variables.tf#L48) | Map of instance_name => location where instances will be deployed. | map(string) | | {…} | +| [tier](variables.tf#L61) | The machine type to use for the instances. See See https://cloud.google.com/sql/docs/postgres/create-instance#machine-types. | string | | "db-g1-small" | ## Outputs