Uodate terraform test

try to fix wrong indentation again
This commit is contained in:
Martin Tomes 2020-05-01 10:24:06 +02:00
parent 7d5dedcbea
commit deb4e86c70
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ resource "aws_launch_template" "test" {
instance_interruption_behavior = "hibernate"
max_price = "0.1"
}
}
}
instance_type = "t2.medium"
key_name = aws_key_pair.newkey.id
lifecycle {