Skip to content

Commit

Permalink
terraform: remove extra bracket
Browse files Browse the repository at this point in the history
I was receiving this error

Error: Argument or block definition required

  on main.tf line 26:
  26: }

An argument or block definition is required here.
  • Loading branch information
Dustin Miller committed Aug 26, 2020
1 parent 9dd5be3 commit c2d85d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ resource "packet_device" "tink-provisioner" {
user_data = "${file("install_package.sh")}"
}

}

# Create a device and add it to tf_project_1
resource "packet_device" "tink-worker" {
hostname = "tink-worker"
Expand Down

0 comments on commit c2d85d6

Please sign in to comment.