Skip to content

Commit 03a13b4

Browse files
Get generated service account name under 28 chars (#11385) (#19025)
[upstream:087c8e20ce852ddc15fc9ecb85e9067711c29980] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 3c25c2d commit 03a13b4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/11385.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/services/integrations/resource_integrations_client_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ resource "google_kms_crypto_key_version" "test_key" {
110110
}
111111
112112
resource "google_service_account" "service_account" {
113-
account_id = "tf-test-my-service-acc%{random_suffix}"
113+
account_id = "tf-test-service-acc%{random_suffix}"
114114
display_name = "Service Account"
115115
}
116116

website/docs/r/integrations_client.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ resource "google_kms_crypto_key_version" "test_key" {
7070
}
7171
7272
resource "google_service_account" "service_account" {
73-
account_id = "my-service-acc"
73+
account_id = "service-acc"
7474
display_name = "Service Account"
7575
}
7676

0 commit comments

Comments
 (0)