Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#google-cloud
Title
s
some-xylophone-39695
03/03/2020, 3:24 AM
Is there a Python version of this tutorial?
https://www.pulumi.com/docs/tutorials/gcp/gce-webserver/
g
gentle-diamond-70147
03/03/2020, 3:57 PM
Here -
https://github.com/pulumi/examples/tree/master/gcp-py-instance-nginx
s
some-xylophone-39695
03/03/2020, 4:33 PM
@gentle-diamond-70147
I already saw that one. It exposes the external address, which my instance does not have.
@gentle-diamond-70147
i ended up just using
network_interfaces
and piping the output to
jq
i wish i had a more straightforward way to do this
Post