This message was deleted.
# general
s
This message was deleted.
l
Does the code you're trying to convert use the
template
terraform provider? Pulumi does not support this provider and it appears to be archived: https://registry.terraform.io/providers/hashicorp/template/latest
g
ah ok. I see. Thanks. I’ll refactor it’s use out. thanks!
huh. not sure what to make of this…. I removed the template usage, but get a different error for every invocation of
tf2pulumi
Copy code
$ tf2pulumi --terraform-version 0.13.4 --target-language go --allow-missing-variables --record-locations
error: binding types: type aws:route53/RecordType:RecordType must be an object, not a string 

$ tf2pulumi --terraform-version 13 --target-language go --allow-missing-variables --record-locations 
error: binding types: type aws:ec2/InstancePlatform:InstancePlatform must be an object, not a string

$ tf2pulumi --terraform-version 13 --target-language go --allow-missing-variables --record-locations
error: binding types: type aws:autoscaling/NotificationType:NotificationType must be an object, not a string

$ tf2pulumi --terraform-version 13 --target-language go --allow-missing-variables --record-locations
error: binding types: type aws:lambda/Runtime:Runtime must be an object, not a string

$ tf2pulumi --terraform-version 13 --target-language go --allow-missing-variables --record-locations
error: binding types: type aws:alb/LoadBalancerType:LoadBalancerType must be an object, not a string