Skip to content

Commit 97b587c

Browse files
committed
add description
1 parent 67b9523 commit 97b587c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/modules/iam/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ resource "google_project_iam_member" "databricks_sa_member" {
5050
resource "google_service_account" "iap_impersonation_sa" {
5151
account_id = "${var.environment}-iap-impersonation-sa"
5252
display_name = "IAP Impersonation Service Account"
53+
description = "Service account used to authenticate users for IAP"
5354
}
5455

5556
resource "google_project_iam_member" "iap_impersonation_sa_member" {

0 commit comments

Comments
 (0)