Open eeaton opened 1 month ago
Hi @eeaton, based off of the API Docs it is currently unsupported yet. Do you know where else this field is called or if this field has yet to be added into the official API Docs?
Hmm, the product docs claim that this is supported in the API, but that's concerning that it's not included in the API docs.
Screenshot of relevant section of product docs that mentions the aclEnabled flag:
I've raised an internal bug with the product team to confirm, b/369297665.
Community Note
Description
The google_discovery_engine_data_store resource in Terraform has no way to set use the GA feature configure data source access control.
Currently, the
aclEnabled
flag can only be enabled when creating a data store through the UI or through a direct API call (no support for gcloud or terraform). It should be added as an optionalNew or Affected Resource(s)
Potential Terraform Configuration
Example implementation with a new boolean argument exposed for
aclEnabled
References
No response
b/369148147