:athletic_shoe:Google recently announced a new fea...
# google-cloud
h
👟Google recently announced a new feature of Cloud Run: Identity Aware Proxy integrated directly into Cloud Run, no load balancer necessary 💪 Is this yet supported by Pulumi if I am using the gcp.cloudrunv2 API?
f
As a newcommer, I'm actually interested into the process of updating the provider. Is it updated just automatically whenever the TF upstream provider is updated? When the OpenTofu one is updated? Or when there's a new GA feature on the API?
a
Hey folks. The pulumi-gcp provider uses the TF google-beta provider under the hood: https://github.com/hashicorp/terraform-provider-google-beta Whenever the TF provider gets support for new features we have a process for pulling that down to the pulumi one, which usually happens within a few days
h
Nice! Thanks this is helpful. I see the updated changelog and the PR for the new feature
I don't see it in the service args and trying
iap_enabled=True
on my latest project threw an error, so I imagine it is not in the SDK yet.
a
The TF provider released it yesterday and we are working on pulling it in on our side: https://github.com/pulumi/pulumi-gcp/issues/3173, https://github.com/pulumi/pulumi-gcp/pull/3176
h
Thanks @adorable-house-61348!