Skip to content

Commit

Permalink
output.tf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewalker-de authored and “Steve committed Mar 28, 2023
1 parent 5e55357 commit 7b22145
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 7b22145

Please sign in to comment.