Doc updates about accepting the Chef license

This commit is contained in:
Mudassar Shafique 2019-05-20 12:31:41 -07:00
parent e78658de4c
commit 45cf82b679
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ resource "aws_instance" "web" {
EOF
environment = "_default"
client_options = ["chef_license 'accept'"]
run_list = ["cookbook::recipe"]
node_name = "webserver1"
secret_key = "${file("../encrypted_data_bag_secret")}"