From 234e7453ad0fafcdc5ce08ffd4f94f292675555e Mon Sep 17 00:00:00 2001 From: Ian Davis <18375+iand@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:39:45 +0000 Subject: [PATCH] Remove old users --- tf/users.tf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tf/users.tf b/tf/users.tf index 5bdafe8..dd7bf8f 100644 --- a/tf/users.tf +++ b/tf/users.tf @@ -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 - } } }