Skip to content

Commit

Permalink
Add default for new entry pubsub consumers (#959)
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 27, 2024
1 parent 482faf6 commit 4807e3e
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 4807e3e

Please sign in to comment.