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
1 of 3 firewall rules were applied and an error returned for the other 2. Running terraform apply a second time resulted in the other 2 firewall rules being applied successfully.
Error message when running the first apply:
2 error(s) occurred:
* module.devrg.azurerm_redis_firewall_rule.redis-fwr1: 1 error(s) occurred:
* azurerm_redis_firewall_rule.redis-fwr1: redis.FirewallRulesClient#Get: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="A requested resource could not be found. It may already have been deleted.\r\nRequestID=a9fa0ea4-cb49-4af0-9009-779ebb720290"
* module.devrg.azurerm_redis_firewall_rule.redis-fwr3: 1 error(s) occurred:
* azurerm_redis_firewall_rule.redis-fwr3: redis.FirewallRulesClient#Get: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="A requested resource could not be found. It may already have been deleted.\r\nRequestID=7b49ccd8-e78c-43a8-8117-b499a72cdef0"
Steps to Reproduce
Add multiple firewall rules to a redis cache definition within terraform and apply.
This may not happen everytime, but I've reproduced it several times when trying to apply 3 firewal rules.
Additional Context
References
The text was updated successfully, but these errors were encountered:
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.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Jul 27, 2019
This issue was originally opened by @paulmchenry as hashicorp/terraform#20197. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
Firewall rules are applied successfully
Actual Behavior
1 of 3 firewall rules were applied and an error returned for the other 2. Running
terraform apply
a second time resulted in the other 2 firewall rules being applied successfully.Error message when running the first apply:
Steps to Reproduce
This may not happen everytime, but I've reproduced it several times when trying to apply 3 firewal rules.
Additional Context
References
The text was updated successfully, but these errors were encountered: