Merge pull request #684 from aserper/patch-1

Update main.tf - changed win10 instance type to t2.large
This commit is contained in:
Chris Long
2021-07-21 20:11:13 -07:00
committed by GitHub

View File

@@ -278,7 +278,7 @@ resource "aws_instance" "wef" {
}
resource "aws_instance" "win10" {
instance_type = "t2.medium"
instance_type = "t2.large"
provisioner "remote-exec" {
inline = [