Overview
Pulumi can consume any Terraform provider via the Terraform Bridge. This lets you manage Grantex resources in TypeScript, Python, Go, or C#.
Setup
Ensure the Terraform provider binary is available in your path or use a dynamic provider:
TypeScript Example
Python Example
Go Example
Building the Bridge
To create a native Pulumi provider from the Terraform provider:
See the Pulumi Terraform Bridge docs for detailed instructions.Last modified on March 1, 2026