Hello everyone :wave: I am using Pulumi to create ...
# general
b
Hello everyone 👋 I am using Pulumi to create resources on self hosted Hashicorp Boundary and since there is no supported pulumi package for boundary, I used the Any Terraform Provider to generate a package for Boundary using the command
pulumi package add terraform-provider hashicorp/boundary
It is working fine except a small problem, the terraform provider version used is quite old and I didn't find any way to use the newer 1.2.0 version, does anyone know how it can be done? I am using the latest pulumi version.