Skip to content

Commit 626a64a

Browse files
author
vittoria salim
committed
Cleaning up
1 parent 02b4b5b commit 626a64a

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

modules/terraform/azure/azure.ipynb

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -482,23 +482,17 @@
482482
],
483483
"metadata": {
484484
"kernelspec": {
485-
"display_name": "Python 3",
486-
"language": "python",
487-
"name": "python3"
485+
"display_name": "Bash",
486+
"language": "bash",
487+
"name": "bash"
488488
},
489489
"language_info": {
490-
"codemirror_mode": {
491-
"name": "ipython",
492-
"version": 3
493-
},
494-
"file_extension": ".py",
495-
"mimetype": "text/x-python",
496-
"name": "python",
497-
"nbconvert_exporter": "python",
498-
"pygments_lexer": "ipython3",
499-
"version": "3.12.3"
490+
"codemirror_mode": "shell",
491+
"file_extension": ".sh",
492+
"mimetype": "text/x-sh",
493+
"name": "bash"
500494
}
501495
},
502496
"nbformat": 4,
503497
"nbformat_minor": 5
504-
}
498+
}

modules/terraform/azure/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ locals {
2929
aks_cli_custom_config_path = "${path.cwd}/../../../scenarios/${var.scenario_type}/${var.scenario_name}/config/aks_custom_config.json"
3030

3131
all_subnets = merge([for network in var.network_config_list : module.virtual_network[network.role].subnets]...)
32-
3332
updated_aks_config_list = length(var.aks_config_list) > 0 ? [
3433
for aks in var.aks_config_list : merge(
3534
aks,

0 commit comments

Comments
 (0)