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
When a boolean variable is set a default value, setting its value to false will result in deployment failures #1987
Describe the bug
When a boolean variable is not assigned a default value, setting its value to false will result in deployment failures.
Steps to reproduce
https://github.com/unitong/test-upgrade
.Result
Failed to deploy.
The value is null.
Expected behavior
Environment
Additional context Add any other context about the problem here.