Terraform: Difference between revisions

No edit summary
add Resources
Line 4: Line 4:


Although Terraform is the dominant leader in the space (citation needed), there has been some general community forming behind the [https://opentofu.org/ OpenTofu] project (open source fork of Terraform due to the licensing brouhaha - see 'Related') that is hosted by the Linux Foundation.
Although Terraform is the dominant leader in the space (citation needed), there has been some general community forming behind the [https://opentofu.org/ OpenTofu] project (open source fork of Terraform due to the licensing brouhaha - see 'Related') that is hosted by the Linux Foundation.
== Resources ==
The cloud.terraform [[Ansible]] Galaxy collection: [https://galaxy.ansible.com/ui/repo/published/cloud/terraform/docs/ docs on Galaxy] [https://github.com/ansible-collections/cloud.terraform GitHub]<blockquote>The collection automates the management and provisioning of infrastructure as code (IaC) using the Terraform CLI tool within Ansible playbooks and Execution Environment runtimes.
It is intended to support similar automation capabilities consistent with other cloud provisioning tool integrations for Ansible such as AWS Cloudformation, Azure Resource Manager and Helm with the added challenge of effectively managing a state file.</blockquote>The Hashicorp developer tutorial on getting started with Terraform on AWS. https://developer.hashicorp.com/terraform/tutorials/aws-get-started<blockquote>Build, change, and destroy AWS infrastructure using Terraform. Step-by-step, command-line tutorials will walk you through the Terraform basics for the first time.</blockquote>


== Related ==
== Related ==