Skip to content

Commit

Permalink
Fix semgrep 'ci.semgrep.types.valid-nullable-bool'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jul 23, 2024
1 parent 139dbf4 commit 4cdea3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/elasticache/replication_group_migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func resourceReplicationGroupConfigV1() *schema.Resource {
Optional: true,
Sensitive: true,
},
names.AttrAutoMinorVersionUpgrade: {
names.AttrAutoMinorVersionUpgrade: { // nosemgrep:ci.semgrep.types.valid-nullable-bool
Type: nullable.TypeNullableBool,
Optional: true,
Computed: true,
Expand Down

0 comments on commit 4cdea3f

Please sign in to comment.