You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: creating Auto Scaling Group (moomoo-20220804165621917300000002): ValidationError: You must use a valid fully-formed launch template. The parameter iops is not supported for standard volumes.
│ status code: 400, request id: 529d3cad-0c92-4cbc-9d8e-a34d8e864ba8
│
│ with aws_autoscaling_group.default[0],
│ on main.tf line 143, in resource "aws_autoscaling_group" "default":
│ 143: resource "aws_autoscaling_group" "default" {
│
Expected Behavior
I dont know if this is supported with gp2 as well, as when i swap out "standard" for "gp2" and set iops to null, I still get the same error. If I omit the IOPS flag, this module says it is required.
The text was updated successfully, but these errors were encountered:
Found a bug? Maybe our Slack Community can help.
Describe the Bug
When you run this, you get a
Expected Behavior
I dont know if this is supported with gp2 as well, as when i swap out "standard" for "gp2" and set iops to null, I still get the same error. If I omit the IOPS flag, this module says it is required.
The text was updated successfully, but these errors were encountered: