File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,15 +48,6 @@ module "bigquery_export" {
4848 function_name = " bigquery-export"
4949}
5050
51- module "masthead" {
52- source = " ./masthead"
53-
54- project = local. project
55- # source = "https://github.com/Masthead-Data/masthead-deployment"
56- # project_id = local.project
57- # project_number = local.project_number
58- }
59-
6051module "functions" {
6152 source = " ./functions"
6253 project = local. project
@@ -75,3 +66,23 @@ module "dataform_export" {
7566 remote_functions_connection = module. functions . google_bigquery_connection-remote_functions-id
7667 depends_on = [module . functions ]
7768}
69+
70+ module "masthead_agent" {
71+ source = " github.com/masthead-data/terraform-google-masthead-agent?ref=48411ad144a8540552f366c6ceb24fd6aae787a9"
72+ # version = "~> 0.1.3"
73+
74+ project_id = local. project
75+
76+ # Enable only specific modules
77+ enable_modules = {
78+ bigquery = true
79+ dataform = true
80+ dataplex = true
81+ analytics_hub = true
82+ }
83+
84+ # Custom labels for resource management
85+ labels = {
86+ team = " dataops"
87+ }
88+ }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments