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
Validation failed: modules/main
╷
│ Error: Unsupported argument
│
│ on .terraform/modules/documentdb_cluster/main.tf line 72, in resource "aws_docdb_cluster" "default":
│ 72: storage_type = var.storage_type
│
│ An argument named "storage_type" is not expected here.
Expected Behavior
Allows for plan with lower AWS versions error
Steps to Reproduce
Pin an AWS version lower than 5.29.0 and attempt to plan with latest module (0.25.0).