Skip to content

Commit 14a2b76

Browse files
authored
Merge pull request #11 from aquasecurity/update_readme
docs: update `README` with updated examples
2 parents acf0c9b + 08b2bb8 commit 14a2b76

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)