GoogleCloudPlatform / data-analytics-golden-demo

An end to end demo of Google's Cloud data and analytic stack.
Apache License 2.0
212 stars 69 forks source link

Update `template_file` module to ` #46

Closed dinigo closed 1 year ago

dinigo commented 1 year ago

The template_file module was deprecated as of last year. As a consequence, when Mac M1 laptops where shipped this module was never built for arm64.

The project simply wont run for M1 Macs in the last Terraform versions.

To fix it Terraform suggest to replace it with the function templatefile()

AdamPaternostro commented 1 year ago

Yes, this should be fixed soon.

AdamPaternostro commented 1 year ago

This has been corrected: https://github.com/GoogleCloudPlatform/data-analytics-golden-demo/blob/main/terraform-modules/sql-scripts/tf-sql-scripts.tf