-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_api_management.security.disable_triple_des_chipers has incorrect spelling #3021
Comments
Hey @SeanEGray, thanks for opening this issue. Apologies for the delay. Luckily this is a fairly straightforward fix. You'll want to add the new attribute and add a
. You'll want to keep the old attribute the same apart from that deprecated message but make sure that you read/set the new attribute name properly in the create/update/read methods. We'll go in and remove the misspelled attribute when we release 2.0. Feel free to ask any further questions and I'll be happy to help get this issue closed if you don't have the time anymore. |
I will work on this. |
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! |
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.11.11
Affected Resource(s)
azurerm_api_management
Terraform Configuration Files
Expected Behavior
The property azurerm_api_management.security.disable_triple_des_chipers should be spelt azurerm_api_management.security.disable_triple_des_ciphers.
Actual Behavior
The property is spelt azurerm_api_management.security.disable_triple_des_chipers.
Suggested resolution
I'm happy to submit a pull request updating the name of this property, but this would be a breaking change so would appreciate guidance on how you'd like to handle that.
The text was updated successfully, but these errors were encountered: