Skip to content
Snippets Groups Projects
Unverified Commit d8b357ce authored by Ye Ben's avatar Ye Ben Committed by GitHub
Browse files

fix typo doesnt -> doesn't

fix typos in line 114 and 116: doesnt -> doesn't
parent 479d0e85
Branches
Tags
Loading
...@@ -111,9 +111,9 @@ the `AWS CLI` with the following command: ...@@ -111,9 +111,9 @@ the `AWS CLI` with the following command:
aws iam delete-instance-profile --region <region_name> --instance-profile-name <profile_name> 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** **Architecture**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment