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" {