Hi, I'm trying to setup my organization for the fi...
# getting-started
a
Hi, I'm trying to setup my organization for the first time in GCP. It generates some infrastructure terraform code to get started after following the wizard. I want to convert that in to Pulumi python. When I try the converter it only generates main.py with only an
import pulumi
statement. Is this expected?
e
Is this with
pulumi convert --from=terraform
? That should look for and convert all ".tf" files in the current directory.