Merge pull request #684 from aserper/patch-1
Update main.tf - changed win10 instance type to t2.large
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