To create a native Pulumi provider from the Terraform provider:
Copy
Ask AI
git clone https://github.com/pulumi/pulumi-tf-provider-boilerplatecd pulumi-tf-provider-boilerplate# Update provider/resources.go to point to grantex# Build the providermake build