Fix concurrent error in cosmosdb example (#191)
* fix concurrent error in cosmosdb example * change to random_string to reduce the collision rate * fix 101-cosmos-db-free-tier account name too long issue --------- Co-authored-by: zjhe <hezijie@microsoft.com>
This commit is contained in:
@ -12,7 +12,7 @@ variable "location" {
|
||||
|
||||
variable "cosmosdb_account_name" {
|
||||
type = string
|
||||
default = "default-cosmosdb-user"
|
||||
default = null
|
||||
description = "Cosmos db account name"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user