Hello everyone :wave: I am using Pulumi to create ...
# typescript
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. (edited)
s
any-terraform
pulls from the OpenTofu registry by default, but you can point it to a local copy (or maybe registry.terraform.io - not totally sure). Source: https://www.pulumi.com/blog/any-terraform-provider/
b
Yes, found it yesterday as well and it worked, so instead of running that command, I ran:
Copy code
pulumi package add terraform-provider registry.terraform.io/hashicorp/boundary 1.2.0