forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[r|d]/aws_memorydb_user(test): adjust iam authentication_mode tests
Simplifies the configuration by removing tags (tested in other configurations) and applies consistent naming to both tests and associated configurations. ```console % make testacc PKG=memorydb TESTS="TestAccMemoryDBUser|TestAccMemoryDBUserDataSource" ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.22.2 test ./internal/service/memorydb/... -v -count 1 -parallel 20 -run='TestAccMemoryDBUser|TestAccMemoryDBUserDataSource' -timeout 360m --- PASS: TestAccMemoryDBUser_tags (45.96s) --- PASS: TestAccMemoryDBUserDataSource_authenticationModeIAM (49.38s) --- PASS: TestAccMemoryDBUserDataSource_basic (49.38s) --- PASS: TestAccMemoryDBUser_basic (52.16s) --- PASS: TestAccMemoryDBUser_authenticationModeIAM (52.20s) --- PASS: TestAccMemoryDBUser_disappears (58.02s) --- PASS: TestAccMemoryDBUser_update_accessString (105.60s) --- PASS: TestAccMemoryDBUser_update_passwords (173.49s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/memorydb 178.422s ```
- Loading branch information
Showing
2 changed files
with
6 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters