hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.29k stars 1.72k forks source link

Add support for Cloud SQL Vertex AI integration #17785

Closed rsm3171990 closed 5 months ago

rsm3171990 commented 5 months ago

Community Note

Description

Add support for Cloud SQL Vertex AI integration by adding enable_google_ml_integration to sql instance settings.

Ref: https://cloud.google.com/sql/docs/postgres/integrate-cloud-sql-with-vertex-ai

New or Affected Resource(s)

Potential Terraform Configuration

resource "google_sql_database_instance" "postgres_instance" {
  (...)
  settings {
    (...)
    enable_google_ml_integration = true
  }
}

References

No response

b/333398151

github-actions[bot] commented 4 months ago

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.