gitfrs

Results 3 comments of gitfrs

Hey, I made some further attempts and it seems that the azurerm_cdn_frontdoor_route cannot unassign rules sets. I tried just removing assigned rules sets from a route. It ran successfully but...

@WodansSon Hello Thanks for looking into it. I made some more testing and tried using only references: ```hcl existing_rule_sets = [data.azurerm_cdn_frontdoor_rule_set.rsheader.id, data.azurerm_cdn_frontdoor_rule_set.rsredirect.id] locals { ... rule_sets = r.route_settings.rule_set_to_apply.existing_rule_sets } resource...

Hello @WodansSon . Thanks for looking into it. I will follow up and in the meantime, will try to use hard references as you suggested. Thanks again !