Skip to content

Commit

Permalink
Remove old users
Browse files Browse the repository at this point in the history
  • Loading branch information
iand committed Dec 13, 2023
1 parent 4a8741f commit 234e745
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tf/users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ variable "admins" {
instance_type = "t2.small"
ami = "ami-0591c8c8aa7d9b217" # debian 11
}
"tom.hall" = {
key_name = "tom.hall"
provision_workbox = false
instance_type = "t2.small"
ami = "ami-0333305f9719618c7" # ubuntu
}
"gus.eggert" = {
key_name = "gus.eggert"
provision_workbox = false
instance_type = "t2.small"
ami = "ami-0333305f9719618c7" # ubuntu
}
}
}

Expand Down

0 comments on commit 234e745

Please sign in to comment.