TL;DR
The Postgres CloudSQL module does not expose a property to set the data_api_access setting on an instance. It would be convenient to have it added as a property in future module versions.
Additional information
The google_sql_database_instance resource exposes this property. Docs: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#data_api_access-1 .
TL;DR
The Postgres CloudSQL module does not expose a property to set the
data_api_accesssetting on an instance. It would be convenient to have it added as a property in future module versions.Additional information
The
google_sql_database_instanceresource exposes this property. Docs: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#data_api_access-1 .