-
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
Support for access_key_metadata_writes_enabled
, mongo_server_version
and network_acl_bypass
in azurerm_cosmosdb_account
#11486
Conversation
key_based_meta_write_access_enabled
, cassandra_connector_enabled
, mongo_server_version
and network_acl_bypass
in azurerm_cosmosdb_account
key_based_meta_write_access_enabled
, mongo_server_version
and network_acl_bypass
in azurerm_cosmosdb_account
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 @yupwei68 - have some comment about schema and if we can remove some of the breaking changes in this release
key_based_meta_write_access_enabled
, mongo_server_version
and network_acl_bypass
in azurerm_cosmosdb_account
access_key_metadata_writes_enabled
, mongo_server_version
and network_acl_bypass
in azurerm_cosmosdb_account
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 @yupwei68 - LGTM 👍
This has been released in version 2.58.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.58.0"
}
# ... other configuration ... |
…on` and `network_acl_bypass` in `azurerm_cosmosdb_account` (hashicorp#11486) Fix hashicorp#11487
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. |
Fix #11487