Error: error modifying EC2 Volume "vol-04e2b1a2d03860650": InvalidParameterValue: New size cannot be smaller than existing size code example
Example: Error: error modifying EC2 Volume "vol-04e2b1a2d03860650": InvalidParameterValue: New size cannot be smaller than existing size
#You will face this issue while creating ec2 instance using terraform
#Reason: Maybe you are try to reduce the size of the storge compare to previous defined
Solve:volume_size = 30 (Increase previous defined one volume_size 40)