Skip to content

Commit

Permalink
Add default for new entry pubsub consumers
Browse files Browse the repository at this point in the history
Without the default, this forces TF users to specify an empty array

Signed-off-by: Hayden B <[email protected]>
  • Loading branch information
haydentherapper authored Jan 26, 2024
1 parent 482faf6 commit 69ef8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/gcp/modules/sigstore/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ variable "rekor_key_name" {
variable "rekor_new_entry_pubsub_consumers" {
type = list(string)
description = "List of IAM principals that can subscribe to events about new entries in the log"
default = []
}

variable "timestamp" {
Expand Down

0 comments on commit 69ef8c1

Please sign in to comment.