From 7b22145cae146e7ef60047f35c66d87ba5869e05 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 28 Mar 2023 15:25:03 -0400 Subject: [PATCH] output.tf changes --- outputs.tf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/outputs.tf b/outputs.tf index f28be11..538064e 100644 --- a/outputs.tf +++ b/outputs.tf @@ -32,3 +32,22 @@ output "call_workflows_create_iceberg_table" { description = "Output of the iceberg tables workflow" value = data.http.call_workflows_create_iceberg_table.response_body } +output "lookerstudio_report_url" { + value = "http://bit.ly/42GJaei" + description = "The URL to create a new Looker Studio report displays a sample dashboard for data analysis" +} + +output "bigquery_editor_url" { + value = "https://console.cloud.google.com/bigquery?project=${var.project_id}" + description = "The URL to launch the BigQuery editor" +} + +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/" + description = "The URL to launch the in-console tutorial for the EDW solution" +} \ No newline at end of file