Skip to content

Commit

Permalink
removed optional for auth_string in redis instance (#4492) (#8493)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Feb 17, 2021
1 parent 479f25f commit 4996b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/4492.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
redis: Fixed invalid value error on `auth_string` in `google_redis_instance`
```
1 change: 0 additions & 1 deletion google/resource_redis_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ checked before each import/export operation.`,
"auth_string": {
Type: schema.TypeString,
Description: "AUTH String set on the instance. This field will only be populated if auth_enabled is true.",
Optional: true,
Computed: true,
},
"project": {
Expand Down

0 comments on commit 4996b49

Please sign in to comment.