Skip to content

Commit e547917

Browse files
SSPROD-54737 - wif support
1 parent 78a0773 commit e547917

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

modules/onboarding/main.tf

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -96,23 +96,6 @@ resource "sysdig_secure_cloud_auth_account" "google_account" {
9696
provider_type = "PROVIDER_GCP"
9797
provider_alias = data.google_project.project.name
9898
provider_tenant_id = var.organization_domain
99-
100-
# component {
101-
# type = "COMPONENT_SERVICE_PRINCIPAL"
102-
# instance = "secure-onboarding"
103-
# version = "v0.1.0"
104-
# service_principal_metadata = jsonencode({
105-
# gcp = {
106-
# workload_identity_federation = {
107-
# pool_id = google_iam_workload_identity_pool.onboarding_auth_pool.workload_identity_pool_id
108-
# pool_provider_id = google_iam_workload_identity_pool_provider.onboarding_auth_pool_provider.workload_identity_pool_provider_id
109-
# project_number = data.google_project.project.number
110-
# }
111-
# email = google_service_account.onboarding_auth.email
112-
# }
113-
# })
114-
# }
115-
11699
depends_on = [
117100
google_service_account.onboarding_auth,
118101
google_iam_workload_identity_pool.onboarding_auth_pool,

0 commit comments

Comments
 (0)