Skip to content

Commit

Permalink
Reference using correct index
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraemer-sysdig committed Oct 5, 2023
1 parent c1acdcd commit e87e787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/cloud-bench/trust_relationship/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data "google_project" "project" {
locals {
workload_identity_pool_name = "sysdigcloud"
external_id = sysdig_secure_cloud_account.cloud_account.external_id
workload_identity_pool_id = var.reuse_workload_identity_pool ? data.google_iam_workload_identity_pool.pool.workload_identity_pool_id : google_iam_workload_identity_pool.pool[0].workload_identity_pool_id
workload_identity_pool_id = var.reuse_workload_identity_pool ? data.google_iam_workload_identity_pool.pool[0].workload_identity_pool_id : google_iam_workload_identity_pool.pool[0].workload_identity_pool_id
}

###################################################
Expand Down

0 comments on commit e87e787

Please sign in to comment.