Closed katieclaiborne closed 1 year ago
I'm not sure if this is currently possible via the REST APIs. Are you aware of a REST API that would allow us to do this? The resource google_iap_brand is backed by the IAP APIs here: https://cloud.google.com/iap/docs/reference/rest/v1/projects.brands so it seems to be only usable for IAP clients.
Without a REST API that enables this use case there isn't much we can do from the Terraform side
Ah, okay! In that case, we'll upvote the Google issue. Thank you, Sam.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Description
I'd like to be able to configure a non-IAP OAuth 2.0 Client ID as a resource.
If it's helpful, our specific use case is described on this documentation page.
We tried using the
google_iap_client
resource to import a manually-created client, but encountered the following error:New or Affected Resource(s)
This issue requests a new resource, perhaps named something like:
It relates to the existing
google_iap_client
resource.Potential Terraform Configuration
I would like to be able to access the client ID and secret values as attributes.
References