You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring a URL map with the urlmap_config parameter on the net-ilb-l7 module, the Terraform apply will fail when specifying a route_rule. There is no default_url_parameter under route_rules. The parameter is url_redirect and is reflected in the url map variables file.
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: Unsupported attribute
│
│ on .urlmap.tf line 548, in resource "google_compute_region_url_map" "default":
│ 548: route_rules.value.default_url_redirect == null
│ ├────────────────
│ │ route_rules.value is object with 6 attributes
│
│ This object does not have an attribute named "default_url_redirect".
The text was updated successfully, but these errors were encountered:
CodyKurtz
changed the title
net-ilb-l7 module needs updating to reflect parameters.
net-ilb-l7 module bug has mismatch of urlconfig parameters.
Mar 29, 2023
When configuring a URL map with the urlmap_config parameter on the net-ilb-l7 module, the Terraform apply will fail when specifying a route_rule. There is no default_url_parameter under route_rules. The parameter is url_redirect and is reflected in the url map variables file.
See the following links to see the mismatch.
https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v21.0.0/modules/net-ilb-l7/variables-urlmap.tf#L214
https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v21.0.0/modules/net-ilb-l7/urlmap.tf#L548
The following error is produced:
Urlmap.tf
Variables-urlmap.tf
The text was updated successfully, but these errors were encountered: