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
With a simple data block, I'm seeing the following error since the last release of AzureRM, was working fine before:
│ Error: setting `patch_schedule`: Invalid address to set: []string{"patch_schedule", "0", "maintenance_window"}
│
│ with data.azurerm_redis_cache.redis,
│ on main.tf line 12, in data "azurerm_redis_cache" "redis":
│ 12: data "azurerm_redis_cache" "redis" {
│
Expected Behaviour
Should no throw an error?
Actual Behaviour
It's not possible to use the redis data resource anymore.
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.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_redis_cache
Terraform Configuration Files
Debug Output
With a simple data block, I'm seeing the following error since the last release of AzureRM, was working fine before:
Expected Behaviour
Should no throw an error?
Actual Behaviour
It's not possible to use the redis data resource anymore.
Steps to Reproduce
terraform apply
Important Factoids
Could be related to this PR: https://github.com/terraform-providers/terraform-provider-azurerm/pull/12472/files
References
The text was updated successfully, but these errors were encountered: