We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c76c2d commit ecc5a0fCopy full SHA for ecc5a0f
outputs.tf
@@ -17,4 +17,16 @@ output "key_ring_id" {
17
18
output "encrypted_private_key" {
19
value = google_kms_secret_ciphertext.tls-key-encrypted.ciphertext
20
-}
+}
21
+
22
+output "cert_filename" {
23
+ value = google_storage_bucket_object.server-cert.name
24
25
26
+output "key_filename" {
27
+ value = google_storage_bucket_object.private-key.name
28
29
30
+output "ca_filename" {
31
+ value = google_storage_bucket_object.ca-cert.name
32
0 commit comments