This message was deleted.
# getting-started
s
This message was deleted.
a
The gcp equivalent of the
google_project
is the organization.getProject function.
g
pulumi is pretty much Terraform under the hood, for GCP it follows google beta, the only difference is
snake_case
to
camelCase
in TS and interfaces. Almost all problems and solutions in TF transfer to pulumi
p
oh, thanks! I knew it must be hiding somewhere :)