The log is filled with errors, until a final error:
warning: Plugin converters are currently experimental
error: athena.pp:2,1-5,2: main.pp:16,1-35,2: no resource plugin 'pulumi-resource-archive' found in the workspace or on your $PATH; no resource plugin 'pulumi-resource-archive' found in the workspace or on your $PATH; main.pp:16,1-35,2: no resource plugin 'pulumi-resource-archive' found in the workspace or on your $PATH; no resource plugin 'pulumi-resource-archive' found in the workspace or on your $PATH
error: main.pp:5,1-12,2: no resource plugin 'pulumi-resource-std' found in the workspace or on your $PATH; no resource plugin 'pulumi-resource-std' found in the workspace or on your $PATH
error: main.pp:145,1-166,2: no resource plugin 'pulumi-resource-std' found in the workspace or on your $PATH; no resource plugin 'pulumi-resource-std' found in the workspace or on your $PATH
error: efs-csi.pp:0,0-6,2: main.pp:44,11-14: undefined variable com; , and 3 other diagnostic(s); main.pp:44,11-14: undefined variable com; , and 3 other diagnostic(s)
error: github-runners.pp:0,0-3,2: no resource plugin 'pulumi-resource-random' found in the workspace or on your $PATH; no resource plugin 'pulumi-resource-random' found in the workspace or on your $PATH
error: main.pp:103,1-116,2: missing required attribute 'storageThroughput'; missing required attribute 'storageThroughput'
error: main.pp:103,1-116,2: missing required attribute 'fromSnapshotId'; missing required attribute 'fromSnapshotId'
error: main.pp:103,1-116,2: missing required attribute 'iops'; missing required attribute 'iops'
error: glue-infra.pp:2,1-9,2: no diagnostics; no diagnostics
error: glue-jobs.pp:3,1-15,2: main.pp:58,1-66,2: missing required attribute 'condition'; missing required attribute 'condition', and 13 other diagnostic(s); main.pp:58,1-66,2: missing required attribute 'condition'; missing required attribute 'condition', and 13 other diagnostic(s)
error: guardduty.pp:0,0-7,2: main.pp:48,19-23: unknown property 'key' among [value]; ; main.pp:48,19-23: unknown property 'key' among [value];
error: kubernetes.pp:0,0-4,2: main.pp:0,19-25: malformed token 'http': expected 'pkg:module:member'; malformed token 'http': expected 'pkg:module:member', and 1 other diagnostic(s); main.pp:0,19-25: malformed token 'http': expected 'pkg:module:member'; malformed token 'http': expected 'pkg:module:member', and 1 other diagnostic(s)
error: main.pp:65,24-42: unknown package 'std'; unknown package 'std'
error: main.pp:72,23-30: unknown property 'bucket' among [fingerprint bucketOutput roleOutput serverId];
error: main.pp:73,23-28: unknown property 'role' among [serverId fingerprint bucketOutput roleOutput];
error: main.pp:80,23-30: unknown property 'bucket' among [fingerprint bucketOutput roleOutput serverId];
error: main.pp:81,23-28: unknown property 'role' among [roleOutput serverId fingerprint bucketOutput];
error: main.pp:88,23-30: unknown property 'bucket' among [serverId fingerprint bucketOutput roleOutput];
error: main.pp:89,23-28: unknown property 'role' among [bucketOutput roleOutput serverId fingerprint];
error: main.pp:96,23-30: unknown property 'bucket' among [serverId fingerprint bucketOutput roleOutput];
error: main.pp:97,23-28: unknown property 'role' among [fingerprint bucketOutput roleOutput serverId];
error: main.pp:128,31-44: unknown property 'engineFamily' among [username name password arn securityGroupId port hostname id engineFamilyOutput endpoint];
error: main.pp:117,1-129,2: missing required attribute 'iops'; missing required attribute 'iops'
error: main.pp:117,1-129,2: missing required attribute 'storageThroughput'; missing required attribute 'storageThroughput'
error: main.pp:130,1-138,2: missing required attribute 'transitEncryptionEnabled'; missing required attribute 'transitEncryptionEnabled'
error: main.pp:130,1-138,2: missing required attribute 'authToken'; missing required attribute 'authToken'
error: main.pp:130,1-138,2: missing required attribute 'multiAzEnabled'; missing required attribute 'multiAzEnabled'
error: ses.pp:1,1-4,2: no resource plugin 'pulumi-resource-std' found in the workspace or on your $PATH; no resource plugin 'pulumi-resource-std' found in the workspace or on your $PATH
error: could not generate output program: failed to bind program
Note, When converting to --language pcl the conversion does succeed, and a proper structure is created, including modules dir.
How can I get more logging verbosity to get more information about the binding?
Expected Behavior
.
Steps to reproduce
.
Output of pulumi about
.
Additional context
Pulumi Version: v3.66.0
Go Version: go1.20.3
Go Compiler: gc
Architecture: amd64
Operating System: linux
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
What happened?
When invoking either:
# pulumi convert --from terraform --language python --out pulumi
or# pulumi convert --from terraform --language typescript --out pulumi
The log is filled with errors, until a final error:
Note, When converting to
--language pcl
the conversion does succeed, and a proper structure is created, including modules dir.How can I get more logging verbosity to get more information about the binding?
Expected Behavior
.
Steps to reproduce
.
Output of
pulumi about
.
Additional context
Pulumi Version: v3.66.0 Go Version: go1.20.3 Go Compiler: gc Architecture: amd64 Operating System: linux
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).