Merge pull request #679 from aserper/patch-1

Update main.tf
This commit is contained in:
Chris Long
2021-07-15 13:06:25 -07:00
committed by GitHub

View File

@@ -26,8 +26,8 @@ resource "aws_instance" "exchange" {
# Uses the local variable if external data source resolution fails
ami = coalesce(var.exchange_ami, data.aws_ami.exchange_ami.image_id)
tags = merge(var.custom-tags, map(
"Name", "${var.instance_name_prefix}exchange.windomain.local"
tags = merge(var.custom-tags, tomap(
{"Name" = "${var.instance_name_prefix}exchange.windomain.local"}
))
subnet_id = var.subnet_id