Walrus is an open-source application management platform based on IaC tools including OpenTofu, Terraform and others. It helps platform engineers build golden paths for developers and empowers developers with self-service capabilities.
Apache License 2.0
427
stars
48
forks
source link
Resource creation fails when the template contains a variable of type map(any): invalid map_any: value must be an object #2001
Describe the bug
Resource creation fails when the template contains a variable of type map(any).
Steps to reproduce
https://github.com/unitong/test-upgrade
.Map Any
as below and save.Result
Failed to create:
invalid variables: violate ui schema: invalid map_any: value must be an object
.Check the post api request.
Check the ui schema.
Expected behavior
Create successfully.
Environment
Additional context Add any other context about the problem here.