Closed Finenyaco closed 9 months ago
Similar issue:
Using template https://github.com/terraform-aws-modules/terraform-aws-batch
.
Test Results:
Failed to create resources.
Submitting a string-type variable with a default value of "true" as a boolean type.
Check the ui schema.
Check the template variable definition:
Environment
Test Result:
Describe the bug
Steps to reproduce
https://github.com/terraform-aws-modules/terraform-aws-vpc
.Result
Failed to create.
Check the ui schema.
Check the api post request. Doesn't convert values from int type to string type.
Expected behavior
When a variable value is defined as a string type and a numerical input is provided, it automatically converts the number to a string type before submission.
Environment
Additional context Add any other context about the problem here.
Check the template variable definition.