Tag: Terraform Provider
All the articles with the tag "Terraform Provider".
-
Handling Recursive API Patterns in Terraform Providers
How to implement Terraform resources, data sources, and actions for APIs with recursive structures using the Terraform Plugin Framework.
-
Terraform Action Patterns: Best Practices and Guidelines
Common patterns and guidelines for writing Terraform Actions, the language feature for expressing non-CRUD infrastructure operations.
-
Writing Your First Terraform Action: A Step-by-Step Guide
A hands-on guide to writing a Terraform Action for non-CRUD operations, covering provider implementation, schema design, and typical use cases.
-
Terraform Providers: Migrating from SDK v2 to the Framework
Step-by-step guide to migrating a Terraform provider from SDKv2 to the Plugin Framework, including muxing, testing, and common migration pitfalls.