Alejandro Alvarez

Results 13 issues of Alejandro Alvarez

…ainst the latest Liquibase artifact feat(workflows): add java versions 11, 17, and 18 to the build-test job in test workflow for compatibility testing

🔧 (.github/workflows/create-release.yml): add latestCommitSha output to collect and use the latest commit SHA for the release process. Update GitCommit value in the liquibase file to use the latest commit SHA...

I am trying to create multiple tenants as follows: ```hcl locals { tenants = [ { tenant_name = "test" env = "xyz" }, ] } module "tenant" { for_each =...