Fixing Microsoft ATA on Azure

This commit is contained in:
Chris Long
2020-07-20 17:19:17 -07:00
parent 27aa62706d
commit bf2b89275e
6 changed files with 64 additions and 49 deletions

View File

@@ -166,7 +166,6 @@ resource "aws_security_group" "windows" {
resource "aws_key_pair" "auth" {
key_name = var.public_key_name
public_key = file(var.public_key_path)
tags = var.custom-tags
}
resource "aws_instance" "logger" {