Updated azurerm_cosmosdb_account attribute name
This commit is contained in:
@ -14,7 +14,8 @@ resource "random_id" "log_analytics_workspace_name_suffix" {
|
||||
|
||||
resource "azurerm_log_analytics_workspace" "test" {
|
||||
location = var.log_analytics_workspace_location
|
||||
# The WorkSpace name has to be unique across the whole of azure, not just the current subscription/tenant.
|
||||
# The WorkSpace name has to be unique across the whole of azure;
|
||||
# not just the current subscription/tenant.
|
||||
name = "${var.log_analytics_workspace_name}-${random_id.log_analytics_workspace_name_suffix.dec}"
|
||||
resource_group_name = azurerm_resource_group.rg.name
|
||||
sku = var.log_analytics_workspace_sku
|
||||
|
Reference in New Issue
Block a user