From 6c2d3e3837d7237bf2d56baae649371c343ae4ce Mon Sep 17 00:00:00 2001 From: shnee Date: Fri, 10 Dec 2021 09:56:06 -0500 Subject: [PATCH] Updated get-vim-ips script to use hostnames. - Made the qemu-agent content in the cloud-init config to be controlled by a 'install-qemu-agent' flag. --- modules/aws-network/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws-network/main.tf b/modules/aws-network/main.tf index be001ac..6056fc0 100644 --- a/modules/aws-network/main.tf +++ b/modules/aws-network/main.tf @@ -33,7 +33,7 @@ resource "aws_default_security_group" "sg" { } tags = { - Name = "${var.name-prefix}-ssh-from-admins--sg" + Name = "${var.name-prefix}-ssh-from-admins-sg" } }