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
╷
│ Error: obtaining patch schedules for Redi (Subscription: "<GUID>"
│ Resource Group Name: "rg-dev"
│ Redis Name: "redis-dev"): patchschedules.PatchSchedulesClient#Get: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="There are no patch schedules found for redis cache 'redis-dev'.\r\nRequestID=<GUID>"
│
│ with module.redis_connection.data.azurerm_redis_cache.this,
│ on .terraform/modules/redis_connection/main.tf line 60, in data "azurerm_redis_cache""this":
│ 60: data "azurerm_redis_cache""this" {
│
╵
Expected Behaviour
I expect the data.azurerm_redis_cache to be returned without error.
This works in provider version 3.42.0
Actual Behaviour
Plan command throws the 404 error supplied
Steps to Reproduce
Create an azurerm_redis_cache resource with no patch schedule.
Try to access the data.azurerm_redis_cache in another terraform file.
The reported error will throw on Plan command.
Important Factoids
No response
References
not at the time of report
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.1.9
AzureRM Provider Version
3.43.0
Affected Resource(s)/Data Source(s)
azurerm_redis_cache
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
I expect the data.azurerm_redis_cache to be returned without error.
This works in provider version 3.42.0
Actual Behaviour
Plan command throws the 404 error supplied
Steps to Reproduce
Create an azurerm_redis_cache resource with no patch schedule.
Try to access the data.azurerm_redis_cache in another terraform file.
The reported error will throw on Plan command.
Important Factoids
No response
References
not at the time of report
The text was updated successfully, but these errors were encountered: