Skip to content

Latest commit

 

History

History

cosmosdb-sql-database

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Resources

Name Type
azurerm_cosmosdb_sql_database.adl_cosmos_sql resource

Inputs

Name Description Type Default Required
basename Basename of the module. string n/a yes
resource_group_name Resource group name. string n/a yes
location Location of the resource group. string n/a yes
tags A mapping of tags which should be assigned to the deployed resource. map(string) {} no
module_enabled Variable to enable or disable the module. bool true no
is_private_endpoint Whether private endpoints are enabled to access the resource. bool true no
subnet_id The ID of the subnet from which private IP addresses will be allocated for this Private Endpoint. string "" no
private_dns_zone_ids Specifies the list of Private DNS Zones to include. list(string) [] no
cosmosdb_account_name The Cosmos DB account name. string n/a yes
cosmosdb_account_id The Cosmos DB account id. string n/a yes
throughput The throughput of SQL database (RU/s). number 400 no

Outputs

Name Description
id Resource identifier of the instance of CosmosDB SQL database.
name The name of the CosmosDB SQL database.
resource_group_name Resource Group where the CosmosDB SQL database exists.