Skip to content

Commit 31697b9

Browse files
author
twelsh-aw
committed
Fix lint
1 parent edf46a1 commit 31697b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/service/elasticache/replication_group.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ func resourceReplicationGroup() *schema.Resource {
124124
ValidateFunc: validation.StringIsNotEmpty,
125125
},
126126
names.AttrEngine: {
127-
Type: schema.TypeString,
128-
Optional: true,
129-
Computed: true,
127+
Type: schema.TypeString,
128+
Optional: true,
129+
Computed: true,
130130
ValidateDiagFunc: validation.AllDiag(
131131
validation.ToDiagFunc(validation.StringInSlice([]string{engineRedis, engineValkey}, true)),
132132
// While the existing validator makes it technically possible to provide an

0 commit comments

Comments
 (0)