Skip to content

Commit

Permalink
Fix misspelled field in acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Oct 11, 2022
1 parent b0f495b commit 1f721fa
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ resource "google_compute_region_url_map" "<%= ctx[:primary_resource_id] %>" {
response_headers_to_remove = ["buzz"]
}
}
url_rewrite {
host_rewrite = "A replacement header"
path_prefix_rewrite = "A replacement path"

}
cors_policy {
disabled = false
allow_credentials = true
Expand All @@ -57,7 +62,7 @@ resource "google_compute_region_url_map" "<%= ctx[:primary_resource_id] %>" {
}
fault_injection_policy {
delay {
fixedDelay {
fixed_delay {
seconds = 0
nanos = 500
}
Expand Down

0 comments on commit 1f721fa

Please sign in to comment.