F5 Terraform Resources Overview¶
Install and use Terraform for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions.
Configuration files describe the Terraform components needed to run a single application or your entire datacenter. Terraform generates an execution plan describing what it will do to reach the desired state, and then executes it to build the described infrastructure. As the configuration changes, Terraform is able to determine what changed and create incremental execution plans that you can apply.
Use the following Provider resources to create, edit, update, and delete configuration objects:
- BIG-IP 12.1.1 and later - The code is open source and available on GitHub.
- F5OS - The code is open source and available on GitHub
- VELOS 1.3.1 to 1.4.1
- rSeries 1.1 to 1.2
Use the navigation on the left and/or the Next and Previous buttons to explore the documentation.
What’s Next?