Skip to content

Commit

Permalink
Set default value for tuf_main_page_suffix (#1252)
Browse files Browse the repository at this point in the history
Both root-signing and root-signing-staging now have a index.html
(not a pretty one but the basic info is there).

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
  • Loading branch information
jku authored Sep 4, 2024
1 parent 77e5299 commit c4afdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp/modules/sigstore/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ variable "tuf_kms_location" {
variable "tuf_main_page_suffix" {
type = string
description = "path to tuf bucket's directory index when missing object is treated as potential directories"
default = ""
default = "index.html"
}

variable "ca_pool_name" {
Expand Down

0 comments on commit c4afdd7

Please sign in to comment.