Skip to content

Commit

Permalink
feat(identitycenter): add datasource permission set provision accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
luoping-12345 committed Dec 27, 2024
1 parent 6bfe6e3 commit bab05df
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ func TestAccDataSourcePermissionSetProvisioningAccounts_basic(t *testing.T) {
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() {
acceptance.TestAccPreCheck(t)
acceptance.TestAccPreCheckMultiAccount(t)
acceptance.TestAccPreCheckIdentityCenterAccountId(t)
},
ProviderFactories: acceptance.TestAccProviderFactories,
Steps: []resource.TestStep{
Expand Down

0 comments on commit bab05df

Please sign in to comment.