diff --git a/README.md b/README.md index 11926f6..4922d26 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,9 @@ Functional examples are included in the | bigquery\_editor\_url | The URL to launch the BigQuery editor | | call\_workflows\_create\_iceberg\_table | Output of the iceberg tables workflow | | call\_workflows\_create\_views\_and\_others | Output of the create view workflow | -| lakehouse\_colab\_url | The URL to launch the in-console tutorial for the EDW solution | +| lakehouse\_colab\_url | The URL to launch the in-console tutorial for the Analytics Lakehouse solution | | lookerstudio\_report\_url | The URL to create a new Looker Studio report displays a sample dashboard for data analysis | -| neos\_tutorial\_url | The URL to launch the in-console tutorial for the EDW solution | -| solution\_guide\_url | The URL to Solution Guide for the EDW solution | +| neos\_tutorial\_url | The URL to launch the in-console tutorial for the Analytics Lakehouse solution | | workflow\_return\_bucket\_copy | Output of the bucket copy workflow | | workflow\_return\_create\_bq\_tables | Output of the create bigquery tables workflow | diff --git a/outputs.tf b/outputs.tf index 3fa59a1..32894a9 100644 --- a/outputs.tf +++ b/outputs.tf @@ -28,10 +28,12 @@ output "call_workflows_create_views_and_others" { description = "Output of the create view workflow" value = data.http.call_workflows_create_views_and_others.response_body } + 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" @@ -42,17 +44,12 @@ output "bigquery_editor_url" { description = "The URL to launch the BigQuery editor" } -output "solution_guide_url" { - value = "http://bit.ly/3FNWhjH" - description = "The URL to Solution Guide for the EDW solution" -} - output "neos_tutorial_url" { - value = "http://bit.ly/3nc8M25" - description = "The URL to launch the in-console tutorial for the EDW solution" + value = "https://console.cloud.google.com/welcome?walkthrough_id=analytics-lakehouse_tour&project=${var.project_id}" + description = "The URL to launch the in-console tutorial for the Analytics Lakehouse solution" } output "lakehouse_colab_url" { value = "http://bit.ly/3K4CmQ4" - description = "The URL to launch the in-console tutorial for the EDW solution" + description = "The URL to launch the in-console tutorial for the Analytics Lakehouse solution" }