Update main.tf

Set the instance type of win10 to t2.large from t2.medium because t2.medium is barely responsive with this setup.
This commit is contained in:
Amit Serper
2021-07-21 10:43:04 -04:00
committed by GitHub
parent aa70d537ba
commit ac17c974dd

View File

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