Skip to content

Commit

Permalink
r/aws_elasticache_replication_group: remove auth_token_update_strateg…
Browse files Browse the repository at this point in the history
…y RequiredWith validator
  • Loading branch information
jar-b committed Nov 28, 2023
1 parent b98cdd5 commit bc70fa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/elasticache/replication_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func ResourceReplicationGroup() *schema.Resource {
Optional: true,
ValidateFunc: validation.StringInSlice(elasticache.AuthTokenUpdateStrategyType_Values(), true),
Default: elasticache.AuthTokenUpdateStrategyTypeRotate,
RequiredWith: []string{"auth_token"},
},
"auto_minor_version_upgrade": {
Type: nullable.TypeNullableBool,
Expand Down

0 comments on commit bc70fa7

Please sign in to comment.