Skip to content

Commit 81952fa

Browse files
authored
terraform: make GCP SA id optional (#3777)
1 parent 61e61b0 commit 81952fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/infrastructure/iam/gcp/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ variable "project_id" {
55

66
variable "service_account_id" {
77
type = string
8+
default = null
89
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])$."
910
}
1011

0 commit comments

Comments
 (0)