Skip to content

Commit cec4746

Browse files
committed
Update EBS gp3 throughput maximum from 1000 to 2000 MiB/s
1 parent a17a256 commit cec4746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/ec2/ebs_volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func resourceEBSVolume() *schema.Resource {
114114
Type: schema.TypeInt,
115115
Optional: true,
116116
Computed: true,
117-
ValidateFunc: validation.IntBetween(125, 1000),
117+
ValidateFunc: validation.IntBetween(125, 2000),
118118
},
119119
names.AttrType: {
120120
Type: schema.TypeString,

0 commit comments

Comments
 (0)