-
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
fix typo in azurerm_log_analytics_workspace
argument: reservation_capcity_in_gb_per_day to reservation_capacity_in_gb_per_day
#14910
Conversation
…gb_per_day` attribute
azurerm_log_analytics_workspace.reservation_capacity_in_gb_per_day
attributeazurerm_log_analytics_workspace
argument
Hi @aliscott, thank you for this PR. Whilst this is unfortunate, there might be cases where people are using this parameter. A such we need to add another one with correct spelling, introduce a deprecation message for the old one and then delete it in later releases (3.0?). In other cases where typos in arguments were corrected, we basically exclude the possibility to set both and pick the value of the one that's currently set. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment in main thread. Arguments needs to be properly deprecated, rather than just renamed. Thanks!
…ity_in_gb_per_day` attribute
Thanks @favoretti! That makes a lot of sense. I've updated this based on an example I found here: #13881. Let me know if I'm missing anything else. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Pending maintainers review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting and fixing this @aliscott ! LGTM 🏗️
azurerm_log_analytics_workspace
argumentazurerm_log_analytics_workspace
argument: reservation_capcity_in_gb_per_day to reservation_capacity_in_gb_per_day
This functionality has been released in v2.92.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Updates argument name
reservation_capcity_in_gb_per_day
toreservation_capacity_in_gb_per_day
.