-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin crash if cookies_condition is used on azurerm_cdn_frontdoor_rule #18370
Comments
@comspace-lfr Thanks for bringing this to our attention. I was able to replicate the crash so we'll investigate this and figure out what's going on here 👁️ |
…18551 * initial check-in * still refactoring but should be functional * Doc updates * deprecate health_probes_enabled property * Update website/docs/r/cdn_frontdoor_custom_domain_secret_validator.html.markdown Co-authored-by: Sebastian <[email protected]> * Update website/docs/r/cdn_frontdoor_custom_domain_txt_validator.html.markdown Co-authored-by: Sebastian <[email protected]> * refactor CIDR validation into validation packages * fix naked return lint error in cidr overlap func * Update code comments to add context * Fix for 18249 * Remove txt and secret validators * Remove validator ids, parse/validation packages * Update rules doc for depends_on usage * Doc updates * Update test cases * Correct skip txt for origin test * More test and doc updates * Update test and docs to use new subnet field * Fix for 18370 * Update docs per PR comment * Incremental fixed per PR review * Initial additon of association and doc fix * Custom domain assoc mostly working * Additional progress... * Fix lint errors * Fix lint errors * Last of the PR comments addressed... * Fix for issue #18551 * Mostly working not done with the disable resource * Done Co-authored-by: Sebastian <[email protected]>
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Terraform Version
1.1.7
AzureRM Provider Version
3.22.0
Affected Resource(s)/Data Source(s)
azurerm_cdn_frontdoor_rule
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No response
Actual Behaviour
An empty rule set is created. The rule with a cookies_condition is missing / not created.
If cookies_condition is replaced with a request_header_condition the rule is created successfully.
Steps to Reproduce
No response
Important Factoids
'azurerm' backend is used for state management.
References
No response
The text was updated successfully, but these errors were encountered: