Skip to content

Commit

Permalink
Add comment instead. It's pointless to provide two examples just for …
Browse files Browse the repository at this point in the history
…regex and glob
  • Loading branch information
rainshen49 committed Dec 9, 2024
1 parent 4cea39b commit 79dbae0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ resource "google_firebase_hosting_version" "default" {
site_id = google_firebase_hosting_site.default.site_id
config {
headers {
# Also okay to use regex
glob = "/headers/**"
headers = {
my-header = "my-value"
Expand Down

0 comments on commit 79dbae0

Please sign in to comment.