Skip to content

Commit

Permalink
Clean region variable for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vil-st committed Nov 21, 2024
1 parent 26de355 commit 1f26685
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions k8s-training/tests/main.tftest.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
run "k8s_training_apply" {
command = apply

plan_options {
target = [
nebius_mk8s_v1_cluster.k8s-cluster
Expand All @@ -10,7 +9,6 @@ run "k8s_training_apply" {

run "k8s_node_groups_training_apply" {
command = apply

plan_options {
target = [
nebius_mk8s_v1_node_group.cpu-only,
Expand Down
1 change: 0 additions & 1 deletion wireguard/tests/main.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ run "test_mode_wireguard_apply" {
command = apply

variables {
region = "eu-north1"
test_mode = true
}
}

0 comments on commit 1f26685

Please sign in to comment.