Update exchange.tf
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
## Remove the block comment to enable the creation of the Exchange server
|
## Remove the block comment to enable the creation of the Exchange server
|
||||||
|
/*
|
||||||
module "exchange" {
|
module "exchange" {
|
||||||
source = "./modules/exchange"
|
source = "./modules/exchange"
|
||||||
region = var.region
|
region = var.region
|
||||||
@@ -8,4 +9,5 @@ module "exchange" {
|
|||||||
custom-tags = var.custom-tags
|
custom-tags = var.custom-tags
|
||||||
exchange_ami = var.exchange_ami
|
exchange_ami = var.exchange_ami
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user