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