Skip to content

Commit

Permalink
Update cosmosdb_account.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai authored Dec 14, 2022
1 parent 2d0ac3b commit 1f9e948
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/docs/r/cosmosdb_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ subcategory: "CosmosDB (DocumentDB)"
layout: "azurerm"
page_title: "Azure Resource Manager: azurerm_cosmosdb_account"
description: |-
Manages a CosmosDB (formally DocumentDB) Account.
Manages a CosmosDB (formally DocumentDB) Account.
---

# azurerm_cosmosdb_account
Expand Down Expand Up @@ -71,11 +70,11 @@ resource "azurerm_cosmosdb_account" "db" {

The following arguments are supported:

* `name` - (Required) Specifies the name of the CosmosDB Account. Changing this forces a new resource to be created.
* `name` - (Required) Specifies the name of the CosmosDB Account. Changing this forces a new resource to be created.

* `resource_group_name` - (Required) The name of the resource group in which the CosmosDB Account is created. Changing this forces a new resource to be created.

* `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
* `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

* `tags` - (Optional) A mapping of tags to assign to the resource.

Expand Down

0 comments on commit 1f9e948

Please sign in to comment.