keptn-terraform/ouput.tf

11 lines
246 B
HCL

output "Keptn_Bridge_Url" {
value = format("https://%s",var.KEPTN_DOMAIN)
}
output "Keptn_Bridge_USER" {
value = module.keptn-bridge-userneame.result
}
output "Keptn_Bridge_PWD" {
value = module.keptn-bridge-pwd.result
}