Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 7c67bbf

Browse files
authored
change default value for cache_duration (#13)
1 parent 7f3f095 commit 7c67bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ locals {
8484
cache_use_dynamic_compression = true
8585
cache_query_parameter_strip_directive = "StripNone"
8686
cache_query_parameters = null
87-
cache_duration = "P1DT0H"
87+
cache_duration = "P1D"
8888
custom_forwarding_path = null
8989
}
9090
redirect_configuration = {

0 commit comments

Comments
 (0)