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:
@@ -278,7 +278,7 @@ resource "aws_instance" "wef" {
|
||||
}
|
||||
|
||||
resource "aws_instance" "win10" {
|
||||
instance_type = "t2.medium"
|
||||
instance_type = "t2.large"
|
||||
|
||||
provisioner "remote-exec" {
|
||||
inline = [
|
||||
|
||||
Reference in New Issue
Block a user