Is it currently possible to programmatically enable iap.googleapis.com in GCP?
When we configure the iap service in terraform currently, it doesnt seem to be fully enabled.
When I visit the IAP page in gcp console, it tells me:
"Before you can use IAP, you need to configure your OAuth consent screen."
Terraform doesnt seem to have an option for changing this - is there an api we could invoke manually, or are we not able to automate this part?
Thanks