File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ module "aqua_gcp_project_attachment" {
133133 aqua_bucket_name = local.aqua_bucket_name
134134 aqua_configuration_id = local.aqua_configuration_id
135135 aqua_cspm_group_id = local.aqua_cspm_group_id
136+ aqua_tenant_id = local.aqua_tenant_id
136137 type = local.type
137138 org_name = local.org_name
138139 project_id = local.project_id # Existing project to be onboarded
@@ -193,11 +194,6 @@ provider "google" {
193194 default_labels = local.labels
194195}
195196
196- # Getting google organization ID
197- data "google_organization" "org" {
198- domain = local.org_name
199- }
200-
201197################################
202198
203199# Defining the org_projects google provider to fetch all projects ids
@@ -276,6 +272,7 @@ module "aqua_gcp_projects_attachment" {
276272 aqua_bucket_name = local.aqua_bucket_name
277273 aqua_configuration_id = local.aqua_configuration_id
278274 aqua_cspm_group_id = local.aqua_cspm_group_id
275+ aqua_tenant_id = local.aqua_tenant_id
279276 org_name = local.org_name
280277 project_id = each.value # Referencing each project from given project id list
281278 dedicated_project = local.dedicated
You can’t perform that action at this time.
0 commit comments