Skip to content

Commit

Permalink
hashicorp#26797: disable_access_keys_authentication property for Redi…
Browse files Browse the repository at this point in the history
…s Cache
  • Loading branch information
Gerry Tan committed Aug 8, 2024
1 parent 550f464 commit 13b49a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/services/redis/redis_cache_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ func resourceRedisCache() *pluginsdk.Resource {
Type: pluginsdk.TypeBool,
Optional: true,
},
"disable_access_keys_authentication": {
Type: pluginsdk.TypeBool,
Optional: true,
},
"maxclients": {
Type: pluginsdk.TypeInt,
Computed: true,
Expand Down

0 comments on commit 13b49a8

Please sign in to comment.