1
0
llucycodes42
The code defines a default value for the myVariable variable, which is set to an empty string.
Shortcut: tf_variable_default
variable "${myVariable}" {
default = ""
}
1
0
llucycodes42
The code defines a default value for the myVariable variable, which is set to an empty string.
Shortcut: tf_variable_default
variable "${myVariable}" {
default = ""
}