Skip to content

Commit

Permalink
Remove unused 'testAccUserConfigWithNoPassRequiredAuthMode_basic'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Mar 15, 2023
1 parent 5dfcc1f commit 3557d3a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions internal/service/elasticache/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,21 +394,6 @@ resource "aws_elasticache_user" "test" {
`, rName)
}

func testAccUserConfigWithNoPassRequiredAuthMode_basic(rName string) string {
return fmt.Sprintf(`
resource "aws_elasticache_user" "test" {
user_id = %[1]q
user_name = "username1"
access_string = "on ~app::* -@all +@read +@hash +@bitmap +@geo -setbit -bitfield -hset -hsetnx -hmset -hincrby -hincrbyfloat -hdel -bitop -geoadd -georadius -georadiusbymember"
engine = "REDIS"
authentication_mode {
type = "no-password-required"
}
}
`, rName)
}

func testAccUserConfig_update(rName string) string {
return fmt.Sprintf(`
resource "aws_elasticache_user" "test" {
Expand Down

0 comments on commit 3557d3a

Please sign in to comment.