Open aimarjs opened 2 years ago
It seems that the operator 'GeoNotMatch' is not mentioned in the list of parameters in the rules sourcecode in terraform. Maybe this was a feature that was added later?
Any comment on this issue? Am I doing something wrong or there's is actually quite a nasty bug in the code?
It seems that RequestURI
and RequestUri
are specified inconsistently.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_frontdoor_rules_engine
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
On Azure, I expected to see that the Remote Address is set as GeoMatch on the rule and the request URL is set as https://frontdoorurl.azurefd.net
Actual Behaviour
For some reason, it sets remote address as Geo Not Match, and it doesn't even change request path to remote URL
Also, if I'm trying to set request URL then sometimes variable should be RequestURL and sometimes RequestUri
On Mac and Linux it breaks the thing since everything is case sensitive
Second attempt
Steps to Reproduce
terraform apply
Important Factoids
References
0000