Terraform
Propel Terraform provider
Manage Propel resources with Terraform
The Terraform provider enables you to manage Propel resources such as Data Sources, Data Pools, and Metrics using Infrastructure as Code.
Quick Links
- 📚 Official documentation
- 🚀 Example resources
- 🔧 Advanced examples
- 🐛 Report issues
- 🤝 Contribution guidelines
Provider configuration
Schema
Required
client_id
(String) Your Propel Application’s ID.client_secret
(String, Sensitive) Your Propel Application’s secret.
Optional
api_url
(String) The Propel API URLoauth_url
(String) The Propel OAuth URL
We recommend you set your Propel Application’s secret via the TF_VAR_propel_application_secret
environment variable.
Was this page helpful?