Skip to content

Commit

Permalink
remove CTAR303
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored May 13, 2024
1 parent 05310f6 commit 013fc2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions matlab-cpu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ locals {
servers = {
CTAR301 = "ssh://ctar@CTAR301"
CTAR302 = "ssh://ctar@CTAR302"
CTAR303 = "ssh://ctar@CTAR303"
}
}

Expand Down Expand Up @@ -45,10 +44,6 @@ data "coder_parameter" "server" {
name = "CTAR302"
value = "CTAR302"
}
option {
name = "CTAR303"
value = "CTAR303"
}
}

module "filebrowser" {
Expand Down

0 comments on commit 013fc2b

Please sign in to comment.