Refacto and add modules
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
output "secret_name" {
|
||||
value = var.create_cert ? "${local.app_slug}-cert":""
|
||||
value = var.cert_name == "" ? "${local.app_slug}-cert" : var.cert_name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user