txtx-core 0.4.2

Primitives for parsing, analyzing and executing Txtx runbooks
Documentation
1
2
3
4
5
6
variable "a" {
    value = variable.b
}
variable "b" {
    value = variable.a
}