From 61f6a3ed087d319441ee256c7ae1707afb499d02 Mon Sep 17 00:00:00 2001 From: Titouan Chary Date: Mon, 27 Aug 2018 16:35:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b41136..27027cc 100755 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Required attributes for using chefsolo provisioner are : A very minimal configuration would be : -``` +```hcl provisioner "chefsolo" { "chef_module_path": "path/to/my/cookbook" "output_dir": "/tmp/output_tf" @@ -37,7 +37,7 @@ Other options will soon be documented too. Example of usage with terraform provider chef solo : -``` +```hcl data "template_chefsolo" "consul_server" {