Skip to content

Commit 5282584

Browse files
committed
fix project id
1 parent 853e6be commit 5282584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/feed-api/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ locals {
4646
for role in local.service_account_roles :
4747
"${role}" => {
4848
role = role
49-
project = role == "roles/vpcaccess.user" ? local.vpc_connector_project : var.project_id
49+
project = var.project_id
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)