Skip to content

Commit

Permalink
Update vars
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Sep 18, 2024
1 parent 709f534 commit 8854805
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions code/infra/vars.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ kusto_cluster_sku = {
}
kusto_cluster_language_extensions = [
{
image = "PYTHON"
name = "Python3_10_8"
name = "PYTHON"
image = "Python3_10_8"
}
]
kusto_cluster_auto_stop_enabled = false
Expand Down
4 changes: 2 additions & 2 deletions config/PerfectThymeTech/vars.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ kusto_cluster_sku = {
}
kusto_cluster_language_extensions = [
{
image = "PYTHON"
name = "Python3_10_8"
name = "PYTHON"
image = "Python3_10_8"
}
]
kusto_cluster_auto_stop_enabled = false
Expand Down
4 changes: 2 additions & 2 deletions config/SharedTenant/vars.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ kusto_cluster_sku = {
}
kusto_cluster_language_extensions = [
{
image = "PYTHON"
name = "Python3_10_8"
name = "PYTHON"
image = "Python3_10_8"
}
]
kusto_cluster_auto_stop_enabled = false
Expand Down

0 comments on commit 8854805

Please sign in to comment.