v1.26.3
·
5 commits
to main
since this release
1.26.3 (2025-02-04)
Bug Fixes
- updated the default value of the
prefix
input to be "dev" in the DA.
- Marked the input as required in catalog so it will now show in the required tab of the projects UI.
- It is still possible omit the prefix by passing a value ofnull
or empty string (""
) when working directly with the terraform code, or by passing the string value of__NULL__
when deploying in projects or schematics. (#388) (51a6d7e)