From 8c208b8d0bbd5ce5641cafb5614811adf0b62877 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 14 Jan 2022 17:56:58 +0100 Subject: [PATCH] Update serviceaccounts.tf --- .../gcs-to-bq-with-least-privileges/serviceaccounts.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/data-solutions/gcs-to-bq-with-least-privileges/serviceaccounts.tf b/examples/data-solutions/gcs-to-bq-with-least-privileges/serviceaccounts.tf index 376afc4e..94b3bc44 100644 --- a/examples/data-solutions/gcs-to-bq-with-least-privileges/serviceaccounts.tf +++ b/examples/data-solutions/gcs-to-bq-with-least-privileges/serviceaccounts.tf @@ -21,6 +21,7 @@ module "service-account-bq" { project_id = module.project.project_id name = "bq-datalake" } + module "service-account-landing" { source = "../../../modules/iam-service-account" project_id = module.project.project_id