Skip to content

Commit 8edfcd2

Browse files
Make resource have sweepable, unique name in TestAccIntegrationsClient_integrationsClientBasicExample (#11322) (#19003)
[upstream:163cecf0d3bfd7fd2b7f2191060f8cb0bceb08db] Signed-off-by: Modular Magician <[email protected]>
1 parent 64b124a commit 8edfcd2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/11322.txt

+3
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

+1-1
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 = "service-account-id"
113+
account_id = "tf-test-my-service-acc%{random_suffix}"
114114
display_name = "Service Account"
115115
}
116116

website/docs/r/integrations_client.html.markdown

+1-1
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 = "service-account-id"
73+
account_id = "my-service-acc"
7474
display_name = "Service Account"
7575
}
7676

0 commit comments

Comments
 (0)