Skip to content

Commit 8fa7964

Browse files
cosmosdb
added identity block to cosmosdb block
1 parent 655f0b7 commit 8fa7964

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,10 @@ resource "azurerm_cosmosdb_account" "cs_cosmosdb" {
977977
public_network_access_enabled = false
978978
is_virtual_network_filter_enabled = true
979979

980+
identity {
981+
type = "SystemAssigned"
982+
}
983+
980984
consistency_policy {
981985
consistency_level = "Session"
982986
}

0 commit comments

Comments
 (0)