Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Dec 13, 2024
1 parent 83f7fe9 commit 64a4adb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions avm/res/kusto/cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ module cluster 'br/public:avm/res/kusto/cluster:<version>' = {
softDeletePeriod: 'P7D'
}
}
{
kind: 'ReadOnlyFollowing'
name: 'myReadOnlyDatabase'
}
]
enableAutoScale: true
enableAutoStop: true
Expand Down Expand Up @@ -281,10 +277,6 @@ module cluster 'br/public:avm/res/kusto/cluster:<version>' = {
"hotCachePeriod": "P1D",
"softDeletePeriod": "P7D"
}
},
{
"kind": "ReadOnlyFollowing",
"name": "myReadOnlyDatabase"
}
]
},
Expand Down Expand Up @@ -408,10 +400,6 @@ param databases = [
softDeletePeriod: 'P7D'
}
}
{
kind: 'ReadOnlyFollowing'
name: 'myReadOnlyDatabase'
}
]
param enableAutoScale = true
param enableAutoStop = true
Expand Down

0 comments on commit 64a4adb

Please sign in to comment.