From b64874a31ca8078e735785669ae6e26f62100467 Mon Sep 17 00:00:00 2001 From: davenportjw Date: Thu, 13 Apr 2023 08:53:43 -0600 Subject: [PATCH] fix: update neos link, remove solution guide url --- modules/data_warehouse/README.md | 1 - modules/data_warehouse/outputs.tf | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/data_warehouse/README.md b/modules/data_warehouse/README.md index 9e543fa3..666621c0 100644 --- a/modules/data_warehouse/README.md +++ b/modules/data_warehouse/README.md @@ -49,7 +49,6 @@ Functional examples are included in the | lookerstudio\_report\_url | The URL to create a new Looker Studio report displays a sample dashboard for the taxi data analysis | | neos\_tutorial\_url | The URL to launch the in-console tutorial for the EDW solution | | raw\_bucket | Raw bucket name | -| solution\_guide\_url | The URL to Solution Guide for the EDW solution | diff --git a/modules/data_warehouse/outputs.tf b/modules/data_warehouse/outputs.tf index 78846c79..14f06545 100644 --- a/modules/data_warehouse/outputs.tf +++ b/modules/data_warehouse/outputs.tf @@ -39,12 +39,7 @@ output "bigquery_editor_url" { description = "The URL to launch the BigQuery editor with the sample query procedure opened" } -output "solution_guide_url" { - value = "https://cloud.google.com/" - description = "The URL to Solution Guide for the EDW solution" -} - output "neos_tutorial_url" { - value = "https://cloud.google.com/" + value = "https://console.cloud.google.com/welcome?walkthrough_id=data-warehouse_tour&project=${var.project_id}" description = "The URL to launch the in-console tutorial for the EDW solution" }