Skip to content

Commit

Permalink
Make resource have sweepable, unique name in TestAccIntegrationsClien…
Browse files Browse the repository at this point in the history
…t_integrationsClientBasicExample (#11322) (#758)

[upstream:163cecf0d3bfd7fd2b7f2191060f8cb0bceb08db]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 6, 2024
1 parent 29cc92e commit 688693b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations_client_full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "google_kms_crypto_key_version" "test_key" {
}

resource "google_service_account" "service_account" {
account_id = "service-account-id"
account_id = "my-service-acc-${local.name_suffix}"
display_name = "Service Account"
}

Expand Down

0 comments on commit 688693b

Please sign in to comment.