Skip to content

Commit

Permalink
chore: golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Sep 4, 2024
1 parent 43818e7 commit 1b52cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/docdbelastic/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ type resourceClusterData struct {
ShardCapacity types.Int64 `tfsdk:"shard_capacity"`
ShardCount types.Int64 `tfsdk:"shard_count"`
SubnetIds fwtypes.SetValueOf[types.String] `tfsdk:"subnet_ids"`
Tags tftags.Map `tfsdk:"tags"`
TagsAll tftags.Map `tfsdk:"tags_all"`
Tags tftags.Map `tfsdk:"tags"`
TagsAll tftags.Map `tfsdk:"tags_all"`
Timeouts timeouts.Value `tfsdk:"timeouts"`
VpcSecurityGroupIds fwtypes.SetValueOf[types.String] `tfsdk:"vpc_security_group_ids"`
}
Expand Down

0 comments on commit 1b52cf8

Please sign in to comment.