Skip to content

Commit e2b83d1

Browse files
Add random suffix to Cloud Workstations SA to prevent cross test runs from failing (#7362) (#13882)
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Riley Karson <[email protected]>
1 parent 6a3f1b3 commit e2b83d1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changelog/7362.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/r/workstations_workstation_config.html.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ resource "google_kms_crypto_key" "default" {
323323
}
324324
325325
resource "google_service_account" "default" {
326-
account_id = "cloud-workstations-kms"
327-
display_name = "Service Account for Cloud Workstations"
328-
provider = google-beta
326+
account_id = "my-account"
327+
display_name = "Service Account"
328+
provider = google-beta
329329
}
330330
331331
resource "google_workstations_workstation_config" "default" {

0 commit comments

Comments
 (0)