Skip to content

Commit

Permalink
fix: update neos link, remove solution guide url
Browse files Browse the repository at this point in the history
  • Loading branch information
davenportjw authored Apr 13, 2023
1 parent 59a73e5 commit b64874a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion modules/data_warehouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

Expand Down
7 changes: 1 addition & 6 deletions modules/data_warehouse/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit b64874a

Please sign in to comment.