Skip to content

Commit

Permalink
No wonder I'm so old
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormonacelli committed Nov 28, 2017
1 parent 2711fcd commit 3fea3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "chef" {
client_name = "${var.chef_client_name}"
server_url = "${var.chef_server_url}"
server_url = "${var.chef_server_url}/"
key_material = "${file("~/.chef/mtm.pem")}"
}

Expand Down

0 comments on commit 3fea3cd

Please sign in to comment.