Skip to content

Commit 3044b73

Browse files
committed
fix: suggestions from a friend
1 parent 2336c84 commit 3044b73

File tree

1 file changed

+2
-2
lines changed
  • content/ansible-inventory-terraform

1 file changed

+2
-2
lines changed

content/ansible-inventory-terraform/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You probably know the drill.
1616
Terraform is great for resource provisioning, and Ansible is great for configuration management.
1717
A very common workflow is to combine both to automatically provision and configure virtual machines.
1818
Terraform is used to provision virtual machines, and Ansible is then used to configure them.
19-
However, for this to work you need to *define Ansible inventory based on Terraform outputs*.
19+
However, in order for this to work you need to *define Ansible inventory based on Terraform outputs*.
2020

2121
If you go around searching for ways to populate Ansible inventory from Terraform, you'd mostly see solutions templating inventory files.
2222
Templating and inventory scripts based solutions are outdated at this point.
@@ -27,7 +27,7 @@ Later on in 2023 Red Hat released [a Terraform provider for Ansible](https://reg
2727
and [a matching inventory plugin](https://github.com/ansible-collections/cloud.terraform/blob/main/docs/cloud.terraform.terraform_provider_inventory.rst)
2828
for defining inventory as Terraform resources.
2929

30-
I'm migrating from my custom inventory plugins to this new official inventory plugin and Terraform provider duo, and it felt like there's not enough information about it around.
30+
I'm migrating from my custom inventory plugins to this new official inventory plugin and Terraform provider duo, and it feels like there's not enough information about it around.
3131

3232
## The instructions
3333

0 commit comments

Comments
 (0)