From da0c05c3e8abb280aa85dbe7d0731ef34b5aac8f Mon Sep 17 00:00:00 2001 From: Maurizio Noseda Pedraglio Date: Thu, 10 Nov 2022 12:57:52 +0100 Subject: [PATCH] updated tfdoc --- .../cloud-operations/network-dashboard/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/blueprints/cloud-operations/network-dashboard/README.md b/blueprints/cloud-operations/network-dashboard/README.md index be0d8ebc..8d809ca3 100644 --- a/blueprints/cloud-operations/network-dashboard/README.md +++ b/blueprints/cloud-operations/network-dashboard/README.md @@ -91,13 +91,15 @@ If you are interested in this and/or would like to contribute, please contact le |---|---|:---:|:---:|:---:| | [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 | | ✓ | | +| [organization_id](variables.tf#L54) | The organization id for the associated services | | ✓ | | +| [prefix](variables.tf#L58) | 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 | +| [metrics_project_id](variables.tf#L46) | Optional, populate to write metrics and deploy the dashboard in a separated project | | | | | [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 * * * * | +| [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, if metrics_project_id is provided, metrics and dashboard will be deployed there | | | | +| [project_monitoring_services](variables.tf#L63) | Service APIs enabled in the monitoring project if it will be created. | | | […] | +| [region](variables.tf#L88) | Region used to deploy the cloud functions and scheduler | | | europe-west1 | +| [schedule_cron](variables.tf#L93) | Cron format schedule to run the Cloud Function. Default is every 10 minutes. | | | */10 * * * * | +| [vpc_connector_name](variables.tf#L99) | Serverless VPC connection name for the Cloud Function | | | |