diff --git a/examples/data-solutions/cloudsql-multiregion/README.md b/examples/data-solutions/cloudsql-multiregion/README.md
index 8c2c05b96..a388b6b67 100644
--- a/examples/data-solutions/cloudsql-multiregion/README.md
+++ b/examples/data-solutions/cloudsql-multiregion/README.md
@@ -55,7 +55,6 @@ Below you can find commands to connect to the VM instance and Cloud SQL instance
```
You can find computed commands on the Terraform `demo_commands` output.
-
## Variables
@@ -67,7 +66,7 @@ You can find computed commands on the Terraform `demo_commands` output.
| [project_id](variables.tf#L54) | Project id, references existing project if `project_create` is null. | string | ✓ | |
| [cmek_encryption](variables.tf#L17) | Flag to enable CMEK on GCP resources created. | bool | | false |
| [data_eng_principals](variables.tf#L23) | Groups with Service Account Token creator role on service accounts in IAM format, only user supported on CloudSQL, eg 'user@domain.com'. | list(string) | | [] |
-| [postgres_databases](variables.tf#L34) | `postgres` databases. | list(string) | | ["guestbook"] |
+| [postgres_database](variables.tf#L34) | `postgres` database. | string | | "guestbook" |
| [project_create](variables.tf#L45) | Provide values if project creation is needed, uses existing project if null. Parent is in 'folders/nnn' or 'organizations/nnn' format. | object({…}) | | null |
| [regions](variables.tf#L59) | Map of instance_name => location where instances will be deployed. | map(string) | | {…} |
| [sql_configuration](variables.tf#L73) | Cloud SQL configuration | object({…}) | | {…} |
@@ -77,6 +76,7 @@ You can find computed commands on the Terraform `demo_commands` output.
| name | description | sensitive |
|---|---|:---:|
| [connection_names](outputs.tf#L17) | Connection name of each instance. | |
+| [demo_commands](outputs.tf#L32) | Demo commands. | |
| [ips](outputs.tf#L22) | IP address of each instance. | |
| [project_id](outputs.tf#L27) | ID of the project containing all the instances. | |