mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-26 00:35:19 -04:00
terraform: make GCP SA id optional (#3777)
This commit is contained in:
parent
61e61b0b6e
commit
81952fa67d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ variable "project_id" {
|
||||||
|
|
||||||
variable "service_account_id" {
|
variable "service_account_id" {
|
||||||
type = string
|
type = string
|
||||||
|
default = null
|
||||||
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])$."
|
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])$."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue