Hello everyone :wave: I am using Pulumi to create ...
# getting-started
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.
t
that's odd i was just looking at this and i thought it tries to use the latest version. In any case I believe pulumi package add accepts a final arg for version number, can you try that?
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 <http://registry.terraform.io/hashicorp/boundary|registry.terraform.io/hashicorp/boundary> 1.2.0