15 lines
322 B
HCL
15 lines
322 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
|
|
}
|
|
|
|
output "Keptn_API_Token" {
|
|
value = module.keptn-api-token.result
|
|
} |