Commit 25dded6e authored by Felix Edelsten's avatar Felix Edelsten

Applying syntax change required for Terraform version 0.12.0

parent 4727a83a
......@@ -68,7 +68,7 @@ resource "aws_security_group" "bastion" {
data "template_file" "userdata" {
template = "${file("${path.module}/userdata.yml")}"
vars {}
vars = {}
}
resource "aws_launch_configuration" "bastion" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment