Update exchange.tf

This commit is contained in:
Chris Long
2021-05-15 08:41:30 -07:00
committed by GitHub
parent 274e622e28
commit 06cfa59bec

View File

@@ -1,4 +1,5 @@
## Remove the block comment to enable the creation of the Exchange server
/*
module "exchange" {
source = "./modules/exchange"
region = var.region
@@ -8,4 +9,5 @@ module "exchange" {
custom-tags = var.custom-tags
exchange_ami = var.exchange_ami
}
*/