hello, how can I create a global static address fo...
# general
f
hello, how can I create a global static address for GKE ingress with Pulumi? gcp.compute.Address requires a region, but what is the equivalent of
Copy code
gcloud compute addresses create helloweb-ip --global
f
thanks, the correct resource is indeed
gcp.compute.GlobalAddress
👍 1