Skip to content

Commit 629f00b

Browse files
authored
fix: update neos toc url (#47)
1 parent a28f2cf commit 629f00b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ output "bigquery_editor_url" {
3030
}
3131

3232
output "neos_tutorial_url" {
33-
value = "https://console.cloud.google.com/products/solutions/deployments?walkthrough_id=panels--sic--analytics-lakehouse_toc&project=${var.project_id}"
33+
value = "http://console.cloud.google.com/products/solutions/deployments?walkthrough_id=panels--sic--analytics-lakehouse_toc"
3434
description = "The URL to launch the in-console tutorial for the Analytics Lakehouse solution"
3535
}
3636

0 commit comments

Comments
 (0)