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 61e61b0 commit 81952faCopy full SHA for 81952fa
terraform/infrastructure/iam/gcp/variables.tf
@@ -5,6 +5,7 @@ variable "project_id" {
5
6
variable "service_account_id" {
7
type = string
8
+ default = null
9
description = "[DEPRECATED use var.name_prefix] ID for the service account being created. Must match ^[a-z](?:[-a-z0-9]{4,28}[a-z0-9])$."
10
}
11
0 commit comments