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
### Debug Output/Panic Output
```shell
│ Error: setting 'secret': Invalid address to set: []string{"secret", "0", "expiration_date"}
│
│ with data.azurerm_cdn_frontdoor_secret.tls_cert_secret,
│ on main.tf line 34, in data "azurerm_cdn_frontdoor_secret" "tls_cert_secret":
│ 34: data "azurerm_cdn_frontdoor_secret" "tls_cert_secret" {
│
### Expected Behaviour
Data source should fetch data without error
### Actual Behaviour
Error thrown, data source unusable.
### Steps to Reproduce
1. `terraform plan`
### Important Factoids
_No response_
### References
_No response_
The text was updated successfully, but these errors were encountered:
Hi @will-faro
I faced the same issue few days ago. Changing azurerm version to 3.57.0 helped me to fix it
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.57.0"
}
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.7.2
AzureRM Provider Version
3.89.0
Affected Resource(s)/Data Source(s)
azurerm_cdn_frontdoor_secret
Terraform Configuration Files
The text was updated successfully, but these errors were encountered: