Browse Source

Remove the legacy mailrelay variable

Jeremy Cooper [AFS MBP] 3 years ago
parent
commit
ea524ffeb7
1 changed files with 0 additions and 6 deletions
  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)
 }