diff --git a/blueprints/cloud-operations/network-dashboard/README.md b/blueprints/cloud-operations/network-dashboard/README.md index 7d873d5e..4253f806 100644 --- a/blueprints/cloud-operations/network-dashboard/README.md +++ b/blueprints/cloud-operations/network-dashboard/README.md @@ -64,22 +64,21 @@ In a future release, we could support: - Google managed VPCs that are peered with PSA (such as Cloud SQL or Memorystore) If you are interested in this and/or would like to contribute, please contact legranda@google.com. - ## Variables | name | description | type | required | default | |---|---|:---:|:---:|:---:| -| [billing_account](variables.tf#L21) | The ID of the billing account to associate this project with | | ✓ | | -| [monitored_projects_list](variables.tf#L34) | ID of the projects to be monitored (where limits and quotas data will be pulled) | list(string) | ✓ | | -| [organization_id](variables.tf#L17) | The organization id for the associated services | | ✓ | | -| [prefix](variables.tf#L30) | Customer name to use as prefix for monitoring project | | ✓ | | -| [cf_version](variables.tf#L75) | Cloud Function version 2nd Gen or 1st Gen. Possible options: 'V1' or 'V2'.Use CFv2 if your Cloud Function timeouts after 9 minutes. By default it is using CFv1. | | | V1 | -| [monitored_folders_list](variables.tf#L39) | ID of the projects to be monitored (where limits and quotas data will be pulled) | list(string) | | [] | -| [monitoring_project_id](variables.tf#L25) | Monitoring project where the dashboard will be created and the solution deployed; a project will be created if set to empty string | | | | -| [project_monitoring_services](variables.tf#L50) | Service APIs enabled in the monitoring project if it will be created. | | | […] | -| [region](variables.tf#L70) | Region used to deploy the cloud functions and scheduler | | | europe-west1 | -| [schedule_cron](variables.tf#L45) | Cron format schedule to run the Cloud Function. Default is every 5 minutes. | | | */10 * * * * | +| [billing_account](variables.tf#L17) | The ID of the billing account to associate this project with | | ✓ | | +| [monitored_projects_list](variables.tf#L36) | ID of the projects to be monitored (where limits and quotas data will be pulled) | list(string) | ✓ | | +| [organization_id](variables.tf#L47) | The organization id for the associated services | | ✓ | | +| [prefix](variables.tf#L51) | Customer name to use as prefix for monitoring project | | ✓ | | +| [cf_version](variables.tf#L21) | Cloud Function version 2nd Gen or 1st Gen. Possible options: 'V1' or 'V2'.Use CFv2 if your Cloud Function timeouts after 9 minutes. By default it is using CFv1. | | | V1 | +| [monitored_folders_list](variables.tf#L30) | ID of the projects to be monitored (where limits and quotas data will be pulled) | list(string) | | [] | +| [monitoring_project_id](variables.tf#L41) | Monitoring project where the dashboard will be created and the solution deployed; a project will be created if set to empty string | | | | +| [project_monitoring_services](variables.tf#L55) | Service APIs enabled in the monitoring project if it will be created. | | | […] | +| [region](variables.tf#L75) | Region used to deploy the cloud functions and scheduler | | | europe-west1 | +| [schedule_cron](variables.tf#L80) | Cron format schedule to run the Cloud Function. Default is every 10 minutes. | | | */10 * * * * |