Fix typo in chef provisioner

Typo in example
This commit is contained in:
Christoph Blecker 2016-09-20 09:58:04 -07:00 committed by GitHub
parent 4ec98657e1
commit 8bbbfcf261
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ resource "aws_instance" "web" {
node_name = "webserver1"
secret_key = "${file("../encrypted_data_bag_secret")}"
server_url = "https://chef.company.com/organizations/org1"
receate_client = true
recreate_client = true
user_name = "bob"
user_key = "${file("../bob.pem")}"
version = "12.4.1"