refactor: Standardize blueprint template variable generation syntax

This commit is contained in:
Mauricio Siu
2025-03-09 21:50:22 -06:00
parent 6009e5447d
commit f45a61bbbf
59 changed files with 115 additions and 115 deletions

View File

@@ -1,6 +1,6 @@
variables:
main_domain: ${randomDomain}
db_password: ${generatePassword()}
db_password: ${password}
public_db_port: ${Math.round(Math.random() * (65534 - 32769) + 32769)}
config: