:wave: Hallo everyone, we are using pulumi/gcp for...
# general
d
👋 Hallo everyone, we are using pulumi/gcp for our projects. We are using the API Gateway and we are currently trying to make use of specific flags
--disable_jwt_audience_service_name_check
to disable the audience check for one of our oAuth providers. Is there a way to use flags directly in pulumi or to use the cli out of our pulumi project (typescript). Any help is welcome, thanks!
f
No, I don't think so AFAIK, you should search for the specific equivalent input arg for that resource in the GCP provider
Either here: https://www.pulumi.com/registry/packages/gcp/api-docs/apigateway/gateway/#inputs Or, as the GCP classic provider is automatically created from the TF provider, you can search for that option in the TF registry Sometimes a quite new resource option is not yet available in TF/Pulumi, tho...