Terraform support

Hi folks,.

I have terraform code to deploy VM on vsphere Environment can we do the deployment using ansible Terraform module,if can how will it work is it will work like as we deploy using terraform.

If anyone use this function can you please provide me the examples

Regards,
Thirumalai.

Hi Thirumalai,

It looks like you can:

[

community.general.terraform module – Manages a Terraform deployment (and plans) — Ansible Documentation
docs.ansible.com

Ansible-Mark-RGB_Black.png

](https://docs.ansible.com/ansible/latest/collections/community/general/terraform_module.html)

The examples documented here seems straightforward, so I think you should be able to get it working with those.

Rilindo