Skip to content

Commit 29d2a8c

Browse files
authored
docs: Correct EKS Hybrid Nodes execution steps to apply successfully (#3248)
Update README.md
1 parent ed43ce7 commit 29d2a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/eks-hybrid-nodes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To provision the provided configurations you need to execute:
1212

1313
```bash
1414
terraform init
15-
terraform apply -target=module.remote_node_vpc -target=local_file.key_pem --auto-approve
15+
terraform apply -target=module.remote_node_vpc -target=local_file.key_pem -target=module.key_pair --auto-approve
1616
cd ami && packer build -var 'ssh_keypair_name=hybrid-node' -var 'ssh_private_key_file=../key.pem' . && cd -
1717
terraform apply --auto-approve
1818
./join.sh

0 commit comments

Comments
 (0)