5 lines
60 B
Terraform
5 lines
60 B
Terraform
|
|
locals {
|
||
|
|
app_version = var.tag
|
||
|
|
app_fqdn = var.fqdn
|
||
|
|
}
|