prehistoric-translator-89978
05/25/2023, 9:06 PM❯ pulumi convert --language typescript --from terraform
warning: Plugin converters are currently experimental
The Terraform code in question is just from the AWS Terraform blueprints multi-tenancy-with-teams
error: could not generate output program: failed to bind program: no resource plugin 'pulumi-resource-std' found in the workspace or on your $PATH
A pulumi plugin install for that gives 404microscopic-pilot-97530
05/25/2023, 10:09 PMpulumi convert
, so there are still bugs and rough edges we’re working through.std
provider if it’s not already installed, but you could manually install it via pulumi plugin install resource std
.std
installed, I hit a number of known bugs that we’re still in the process of fixing.prehistoric-translator-89978
05/25/2023, 10:15 PMCLI
Version 3.68.0
Go Version go1.20.4
Go Compiler gc
microscopic-pilot-97530
05/25/2023, 10:21 PMprehistoric-translator-89978
05/25/2023, 10:26 PM