Browse Source

Change of verbiage

Jeremy Cooper [AFS MBP] 4 years ago
parent
commit
37ccf95053
1 changed files with 1 additions and 1 deletions
  1. 1 1
      base/mailrelay/instance-mailrelay2.tf

+ 1 - 1
base/mailrelay/instance-mailrelay2.tf

@@ -1,4 +1,4 @@
-# MSOCI-1852 - Updated mailrelay2 server that requires authentication
+# MSOCI-1852 - Mailrelay2 server that requires authentication
 resource "aws_network_interface" "instance2" {
   subnet_id = var.subnets[0]
   security_groups = [ data.aws_security_group.typical-host.id, aws_security_group.mailrelay_security_group.id ]