Skip to content

Commit

Permalink
Do not do double lists
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasGees committed Jun 6, 2017
1 parent 0e89f8e commit c87b603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module "bastion_host" {
root_vl_type = "${var.root_vl_type}"
root_vl_size = "${var.root_vl_size}"
root_vl_delete = "${var.root_vl_delete}"
user_data = ["${var.user_data}"]
user_data = "${var.user_data}"
public_ip = "true"
}

Expand Down

0 comments on commit c87b603

Please sign in to comment.