Bug - Comsos Graph module always requires a change on tf plan
Whenever a plan is made it is requiring an update to the graph db.
Default excluded paths need to be set.
# module.graph_account.azurerm_cosmosdb_gremlin_graph.cosmos_graphs[0] will be updated in-place
~ resource "azurerm_cosmosdb_gremlin_graph" "cosmos_graphs" {
id = "/subscriptions/929e9ae0-7bb1-4563-a200-9863fe27cae4/resourceGroups/osdu-mvp-crscholl-21ko-rg/providers/Microsoft.DocumentDB/databaseAccounts/osdu-mvp-crscholl-21ko-graph/gremlinDatabases/osdu-graph/graphs/Entitlements"
name = "Entitlements"
# (5 unchanged attributes hidden)
~ index_policy {
~ excluded_paths = [
- "/\"_etag\"/?",
]
# (3 unchanged attributes hidden)
}
# (1 unchanged block hidden)
}
Edited by Daniel Scholl