Closed omartehsin1 closed 1 year ago
Small bug on lambda VPC configuration, it was being passed in list(list(string)) which was causing a REGEX error.
list(list(string))
✅ Terraform Format: success ✅ Terraform Plan: success ✅ Conftest: success
success
Plan: 2 to add, 0 to change, 0 to destroy
Summary | Résumé
Small bug on lambda VPC configuration, it was being passed in
list(list(string))
which was causing a REGEX error.