You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/ansible-inventory-terraform/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You probably know the drill.
16
16
Terraform is great for resource provisioning, and Ansible is great for configuration management.
17
17
A very common workflow is to combine both to automatically provision and configure virtual machines.
18
18
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*.
20
20
21
21
If you go around searching for ways to populate Ansible inventory from Terraform, you'd mostly see solutions templating inventory files.
22
22
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
27
27
and [a matching inventory plugin](https://github.com/ansible-collections/cloud.terraform/blob/main/docs/cloud.terraform.terraform_provider_inventory.rst)
28
28
for defining inventory as Terraform resources.
29
29
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.
0 commit comments