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 70410b7 commit 36272a6Copy full SHA for 36272a6
modules/key-distributor/main.tf
@@ -77,7 +77,7 @@ resource "google_cloudfunctions_function" "function" {
77
region = var.region
78
name = var.function_name
79
description = "Generates and encrypts a new Service Account key given a GPG public key"
80
- runtime = "go120"
+ runtime = "go121"
81
trigger_http = true
82
83
service_account_email = google_service_account.distributor.email
0 commit comments