Skip to content

Commit 688693b

Browse files
Make resource have sweepable, unique name in TestAccIntegrationsClient_integrationsClientBasicExample (#11322) (#758)
[upstream:163cecf0d3bfd7fd2b7f2191060f8cb0bceb08db] Signed-off-by: Modular Magician <[email protected]>
1 parent 29cc92e commit 688693b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations_client_full/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource "google_kms_crypto_key_version" "test_key" {
1717
}
1818

1919
resource "google_service_account" "service_account" {
20-
account_id = "service-account-id"
20+
account_id = "my-service-acc-${local.name_suffix}"
2121
display_name = "Service Account"
2222
}
2323

0 commit comments

Comments
 (0)