Skip to main content

Overview

Pulumi can consume any Terraform provider via the Terraform Bridge. This lets you manage Grantex resources in TypeScript, Python, Go, or C#.

Setup

1. Install the Grantex Terraform provider

Ensure the Terraform provider binary is available in your path or use a dynamic provider:

2. Configure

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