Hi need help understanding how pulumi terraform br...
# general
c
Hi need help understanding how pulumi terraform bridge works all of our resource provisioning in aws is currently done via terraform i came across this git repo https://github.com/pulumi/pulumi-terraform-bridge is it possible to use our existing terraform scripts and deploy using pulumi ?
b
hi there! it's not possible to deploying your existing terraform with pulumi, no you can convert it to Pulumi (we currently only support terraform 0.12) https://www.pulumi.com/tf2pulumi/ The terraform bridge is used for providers, not terraform code