We are provisioning RDS instances via terraform through morpheus
Configuration
Spec template → Catalog (uses forms)
Form uses security group option list and allows multiple selection of security groups
Form is attached to the catalog.
Catalog item contains
vpc_security_group_ids": “<%=customOptions.vpc_security_group_ids%>”,
When provisioining, the form displays drop down for selecting multiple security groups.
Once a security group(s) is selected and you select “Add to Order” we get the message
:group.id: Group must be selected;
Logs don’t show much associated with the error.
Any guidance would be appreciated.
TIA for you help