Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated Output URLS to match docs.
  • Loading branch information
“Steve committed Mar 29, 2023
commit 5634239a57e9210e6becbb7c6bf641cb87242d18
9 changes: 7 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,16 @@ output "bigquery_editor_url" {
}

output "solution_guide_url" {
value = "https://cloud.google.com/"
value = "http://bit.ly/3FNWhjH"
description = "The URL to Solution Guide for the EDW solution"
}

output "neos_tutorial_url" {
value = "https://cloud.google.com/"
value = "http://bit.ly/3nc8M25"
description = "The URL to launch the in-console tutorial for the EDW solution"
}

output "colab_url" {
value = "http://bit.ly/3K4CmQ4"
description = "The URL to launch the in-console tutorial for the EDW solution"
}