Customize Your Terraform Provider
Speakeasy provides various extensions and configurations to customize your Terraform provider. These customizations allow you to:
- Map API entities and operations to Terraform resources
- Enable provider-level configurations and environment values
- Customize validation and plan modification
- And more
Select a topic from the navigation to learn more about specific customization options.
Available Customization Options
Entity Mapping
Learn how to map your API entities to Terraform resources and specify CRUD operations.
Provider Configuration
Configure environment values and manage custom resources.
Resource Configuration
Configure resource descriptions and managed resource versioning.
Property Customization
Customize how API properties are mapped to Terraform attributes and manage property behavior.
Validation and Dependencies
Add custom validation logic and manage attribute dependencies.
Plan Modification
Customize Terraform plan behavior and resource versioning.
Advanced Features
Access advanced customization options for fine-grained control.
Schema Keywords
Learn about supported OpenAPI schema keywords and their behavior.
Common Troubleshooting & Recipes
Learn about overcoming API design incompatibilities when generating Terraform providers with Speakeasy.
Configuration Reference
Complete reference for all available Terraform configuration options in the gen.yaml
file.
Last updated on