From c4afdd71ab81f7efa21678bbe0ef7d78f2713514 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Wed, 4 Sep 2024 18:43:56 +0300 Subject: [PATCH] Set default value for tuf_main_page_suffix (#1252) 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 --- terraform/gcp/modules/sigstore/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/gcp/modules/sigstore/variables.tf b/terraform/gcp/modules/sigstore/variables.tf index 3fb88091f..072cf467c 100644 --- a/terraform/gcp/modules/sigstore/variables.tf +++ b/terraform/gcp/modules/sigstore/variables.tf @@ -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" {