Skip to content

Commit

Permalink
Updated based on addtional PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NA2047 committed Mar 6, 2023
1 parent 4f15813 commit 9ae1bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@ data "google_kms_crypto_key" "key" {
}

resource "google_service_account" "test" {
account_id = "test-sa-%{random_suffix}"
account_id = "tf-test-sa-%{random_suffix}"
display_name = "KMS Ops Account"
}

Expand Down

0 comments on commit 9ae1bf1

Please sign in to comment.