Bläddra i källkod

Remove the legacy mailrelay variable

Jeremy Cooper [AFS MBP] 3 år sedan
förälder
incheckning
ea524ffeb7
1 ändrade filer med 0 tillägg och 6 borttagningar
  1. 0 6
      base/mailrelay/vars.tf

+ 0 - 6
base/mailrelay/vars.tf

@@ -3,12 +3,6 @@ variable "instance_name" {
   type = string
 }
 
-# MSOCI-1852 - 2021-08-04 - Can be removed when old instance (instance-mailrelay.tf) is decomissioned
-variable "old_instance_name" {
-  description = "Instance name for non-authenticated server"
-  type = string
-}
-
 variable "azs" {
   type = list(string)
 }