From 3ccc98ae37b8d3642522e7bb3c811fd1e32d371c Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Wed, 4 Sep 2024 10:47:43 +0300 Subject: [PATCH] Set default value for tuf_main_page_suffix 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 057de55ae..c32bbce28 100644 --- a/terraform/gcp/modules/sigstore/variables.tf +++ b/terraform/gcp/modules/sigstore/variables.tf @@ -110,7 +110,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" {