Sfoglia il codice sorgente

Remove the legacy mailrelay variable

Jeremy Cooper [AFS MBP] 3 anni fa
parent
commit
ea524ffeb7
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  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)
 }