Open veerasuraj opened 2 months ago
@veerasuraj this change should be fix in v4 and enable_authentication
will also be removed in v4
This issue looks similar to #26943 & caused by single commit although attributes are different, symptoms are the same.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.10
AzureRM Provider Version
3.114.0
Affected Resource(s)/Data Source(s)
azurerm_redis_cache
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
With the provider in version v3.114.0, changing enable_authentication to authentication_enabled should remove the depreciation warning as per https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v3.114.0 and #26608
Actual Behaviour
Pls note that even after replacing this argument with authentication_enabled., terraform plan is throwing a warning pointing out still to enable_authentication and applying a change in value, even after not doing so.
Steps to Reproduce
No response
Important Factoids
No response
References
No response