We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c3892 commit 853028eCopy full SHA for 853028e
aws-py-ansible-wordpress/README.md
@@ -53,7 +53,7 @@ After cloning this repo, from this working directory, run these commands:
53
54
```bash
55
$ pulumi config set aws:region us-east-1 # any valid AWS region
56
- $ pulumi config set publicKeyPath wordpress-keyipair.pub # your newly generated public key
+ $ pulumi config set publicKeyPath wordpress-keypair.pub # your newly generated public key
57
$ pulumi config set privateKeyPath wordpress-keypair # your newly generated private key
58
$ pulumi config set dbPassword Sup45ekreT#123 --secret # your RDS database password -- keep it safe!
59
```
0 commit comments