diff --git a/contrib/terraform/aws/README.md b/contrib/terraform/aws/README.md index bb7e42476437fefe4a7ee58032302b191f41d169..39a47ef14ad60d589df529794137dba8f19b5137 100644 --- a/contrib/terraform/aws/README.md +++ b/contrib/terraform/aws/README.md @@ -111,9 +111,9 @@ the `AWS CLI` with the following command: aws iam delete-instance-profile --region <region_name> --instance-profile-name <profile_name> ``` -***Ansible Inventory doesnt get created:*** +***Ansible Inventory doesn't get created:*** -It could happen that Terraform doesnt create an Ansible Inventory file automatically. If this is the case copy the output after `inventory=` and create a file named `hosts`in the directory `inventory` and paste the inventory into the file. +It could happen that Terraform doesn't create an Ansible Inventory file automatically. If this is the case copy the output after `inventory=` and create a file named `hosts`in the directory `inventory` and paste the inventory into the file. **Architecture**