make tests for notifications provider agnostic
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
committed by
Sunny
parent
7c1b897919
commit
e63ddb99de
@@ -1,9 +1,9 @@
|
||||
output "kubeconfig" {
|
||||
output "gke_kubeconfig" {
|
||||
value = module.gke.kubeconfig
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "gcp_project" {
|
||||
output "gcp_project_id" {
|
||||
value = var.gcp_project_id
|
||||
}
|
||||
|
||||
@@ -19,10 +19,14 @@ output "sops_id" {
|
||||
value = data.google_kms_crypto_key.my_crypto_key.id
|
||||
}
|
||||
|
||||
output "fleet_infra_url" {
|
||||
output "fleet_infra_repository" {
|
||||
value = "ssh://${var.gcp_email}@source.developers.google.com:2022/p/${var.gcp_project_id}/r/${google_sourcerepo_repository.fleet-infra.name}"
|
||||
}
|
||||
|
||||
output "application_url" {
|
||||
output "application_repository" {
|
||||
value = "ssh://${var.gcp_email}@source.developers.google.com:2022/p/${var.gcp_project_id}/r/${google_sourcerepo_repository.application.name}"
|
||||
}
|
||||
|
||||
output "pubsub_topic" {
|
||||
value = google_pubsub_topic.pubsub.name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user