Skip to content

Commit 44b7723

Browse files
authored
Output GCP Cloud Run conformance URL (#66)
1 parent 8b98274 commit 44b7723

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
output "conformance_url" {
2+
description = "The URL of the running conformance server"
3+
value = google_cloud_run_v2_service.default.uri
4+
}

deployment/modules/gcp/conformance/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ output "ecdsa_p256_private_key_id" {
77
description = "Signer private key (P256_SHA256)"
88
value = module.secretmanager.ecdsa_p256_private_key_id
99
}
10+
11+
output "conformance_url" {
12+
description = "The URL of the running conformance server"
13+
value = module.cloudrun.conformance_url
14+
}

0 commit comments

Comments
 (0)