Skip to content

Commit

Permalink
fix formatting for tc 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Jul 11, 2019
1 parent adc845a commit 5eb351a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module "vm" {
type = "g6-standard-1"
deploy_repo = "${var.deploy_repo}"
source_image_id = "linode/ubuntu18.04"
ssh_keys = ["${var.ssh_keys}"]
ssh_users = ["${var.ssh_users}"]
ssh_keys = var.ssh_keys
ssh_users = var.ssh_users
}

resource "linode_image" "image" {
Expand Down

0 comments on commit 5eb351a

Please sign in to comment.