Skip to content

Commit

Permalink
TF fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vil-st committed Nov 21, 2024
1 parent 4a55aaf commit f4e08df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions k8s-training/tests/main.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ run "full_training_apply" {
command = apply

variables {
region = "eu-north1"
region = "eu-north1"
enable_loki = false # TODO: Disabling Loki since not possible to delete non-empty storage bucket
}
}
Expand All @@ -30,7 +30,7 @@ run "test_mode_k8s_training_apply" {
command = apply

variables {
region = "eu-north1"
region = "eu-north1"
enable_loki = false # TODO: Disabling Loki since not possible to delete non-empty storage bucket
test_mode = true
}
Expand Down
6 changes: 3 additions & 3 deletions slurm/tests/main.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ run "slurm_master_apply" {
command = apply

variables {
region = "eu-north1"
region = "eu-north1"
cluster_workers_count = 2
}

Expand All @@ -17,7 +17,7 @@ run "slurm_full_apply" {
command = apply

variables {
region = "eu-north1"
region = "eu-north1"
cluster_workers_count = 2
}
}
Expand All @@ -26,7 +26,7 @@ run "test_mode_slurm_apply" {
command = apply

variables {
region = "eu-north1"
region = "eu-north1"
cluster_workers_count = 2
test_mode = true
}
Expand Down

0 comments on commit f4e08df

Please sign in to comment.