Skip to content

Commit f9cd487

Browse files
committed
Added more to README.md
1 parent fa9cdd0 commit f9cd487

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Use the code examples in the `terraform_gcp` or `terraform_azure` folders to see
99
The code example in the `terraform_gcp` directory has code for remote exec commented out. You can comment out the local_exec code and run this to have Ansible run on the remote host. With this method we first copy our playbook to the remote host, then we install and run Ansible locally there.
1010

1111
## Run Terraform from Ansible
12-
12+
Ansible has a Terraform module that can trigger Terraform deployments and plans. You can also pull resource information back into Ansible:
13+
https://docs.ansible.com/ansible/devel/modules/terraform_module.html
1314

1415
## Build System Images with Packer and Ansible
1516
HashiCorp's Packer tool allows you to use your existing Ansible playbooks to easily build machine images on the cloud or virtualization platform of your choice. Packer uses a JSON file for configuration, and is run from the command line.

0 commit comments

Comments
 (0)