locals {
default_name_prefix = "${var.project_name}-web"
name_prefix = "something"
}
^^ note the use of the locals block type (un-named block) to decalre and assign all the local variables.
^^^ note that these values can be accessed in the rest of the *.tf configs, using the local.* syntax (e.x. "${local.name_prefix}")
locals {
default_name_prefix = "${var.project_name}-web"
name_prefix = "something"
}
^^ note the use of the locals block type (un-named block) to decalre and assign all the local variables.
^^^ note that these values can be accessed in the rest of the *.tf configs, using the local.* syntax (e.x. "${local.name_prefix}")
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |