File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ resource "google_network_services_edge_cache_service" "default" {
6868 }
6969 }
7070 }
71- // for other advanced features examples see:
71+ // For examples of other advanced features see:
7272 // https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/network_services_edge_cache_service
7373 route_rule {
7474 description = " an advanced route rule, priority=1 (high)"
@@ -79,8 +79,8 @@ resource "google_network_services_edge_cache_service" "default" {
7979 origin = google_network_services_edge_cache_origin. default . name
8080 route_action {
8181 cdn_policy {
82- cache_mode = " CACHE_ALL_STATIC "
83- default_ttl = " 3600s "
82+ cache_mode = " FORCE_CACHE_ALL "
83+ client_ttl = " 300s "
8484 }
8585 url_rewrite {
8686 path_prefix_rewrite = " /"
You can’t perform that action at this time.
0 commit comments