Releases: avinor/tau
Releases · avinor/tau
v0.5.2
v0.5.1
v0.5.0
v0.4.0
v0.3.0
v0.2.0
Improved merging of blocks. Previously map attributes in inputs block with same name would cause an error with duplicate attributes. With this release it will merge the maps together.
common_auto.hcl
inputs {
tags = {
costCenter = "IT"
resource = "Kubernetes"
}
}
kubernetes.hcl
inputs {
tags = {
responsible = "noreply@email.com"
}
}
Merging these 2 files together will now result in a map with costCenter
, resource
and responsible
all defined.
FEATURES:
- Support merging items in input maps together #13
IMPROVEMENTS:
- Checks that
environment_variables
are not maps or lists - Improved merging of
backend
,environment_variables
andinputs
.
v0.1.0
v0.1.0-alpha.2
Another test release
v0.1.0-alpha.1
This is a very early alpha release just to create some binaries that can be used in deployment scripts. It implements init, plan, apply and destroy commands that have been tested to work.
Still some improvements and rewrites before it's ready.