mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #8940 from cblecker/patch-1
Fix typo in chef provisioner
This commit is contained in:
commit
c6583cf0c9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user