From 2c83b9179a41729dfe24335eabbae91b71fd4350 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Thu, 27 Oct 2022 09:18:34 +0200 Subject: [PATCH] Update README.md --- .../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 4d62ed5f..5e640fdd 100644 --- a/blueprints/cloud-operations/network-dashboard/README.md +++ b/blueprints/cloud-operations/network-dashboard/README.md @@ -15,12 +15,14 @@ Three metric descriptors are created for each monitored resource: usage, limit a Clone this repository, then go through the following steps to create resources: - Create a terraform.tfvars file with the following content: - - organization_id = "" - - billing_account = "" - - monitoring_project_id = "project-0" # Monitoring project where the dashboard will be created and the solution deployed - - monitored_projects_list = ["project-1", "project2"] # Projects to be monitored by the solution - - monitored_folders_list = ["folder_id"] # Folders to be monitored by the solution - - v2 = true|false # Set to true to use V2 Cloud Functions environment + ```tfvars + organization_id = "" + billing_account = "" + monitoring_project_id = "project-0" # Monitoring project where the dashboard will be created and the solution deployed + monitored_projects_list = ["project-1", "project2"] # Projects to be monitored by the solution + monitored_folders_list = ["folder_id"] # Folders to be monitored by the solution + v2 = false # Set to true to use V2 Cloud Functions environment + ``` - `terraform init` - `terraform apply`