Skip to content

Commit d66b608

Browse files
authored
Merge pull request #371 from hashicorp/pin-chef-client-version
Ping the chef-client version to 16.17.18
2 parents 8821748 + a6ee2ac commit d66b608

File tree

1 file changed

+1
-0
lines changed
  • identity/vault-chef-approle/terraform-aws/chef-node

1 file changed

+1
-0
lines changed

identity/vault-chef-approle/terraform-aws/chef-node/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ resource "aws_instance" "chef-node" {
5757
recreate_client = true
5858
fetch_chef_certificates = true
5959
ssl_verify_mode = ":verify_none"
60+
version = "16.17.18"
6061
}
6162
}
6263

0 commit comments

Comments
 (0)