Description
Community Note
Hi!
I have a problem when I tried to update the next resource google_sql_database_instance. These are my HTTP request and response. Maybe could be the attribute enableGoogleMlIntegration on the body request that it doesn't exist in the documentation of the sqladmin.googleapis.com https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/instances#DatabaseInstance
---[ REQUEST ]---------------------------------------
PUT /sql/v1beta4/projects/data-bases-shared-xxxx/instances/mssql-switch-shared-us-central1?alt=json&prettyPrint=false HTTP/1.1
Host: sqladmin.googleapis.com
User-Agent: google-api-go-client/0.5 Terraform/1.9.7 (+https://www.terraform.io) Terraform-Plugin-SDK/2.33.0 terraform-provider-google-beta/5.45.2 blueprints/terraform/terraform-google-sql-db:mssql/v25.0.0
Content-Length: 1123
Content-Type: application/json
X-Goog-Api-Client: gl-go/1.21.13 gdcl/0.191.0
Accept-Encoding: gzip
2025-03-19T09:26:29.273-0300 [DEBUG] provider.terraform-provider-google-beta_v5.45.2_x5
{
"instanceType": "CLOUD_SQL_INSTANCE",
"settings": {
"activationPolicy": "ALWAYS",
"availabilityType": "ZONAL",
"backupConfiguration": {
"backupRetentionSettings": {
"retainedBackups": 3,
"retentionUnit": "COUNT"
},
"binaryLogEnabled": false,
"enabled": true,
"pointInTimeRecoveryEnabled": true,
"startTime": "03:00",
"transactionLogRetentionDays": 3
},
"connectorEnforcement": "NOT_REQUIRED",
"dataDiskSizeGb": "100",
"dataDiskType": "PD_SSD",
"edition": "ENTERPRISE",
"enableDataplexIntegration": false,
"enableGoogleMlIntegration": false,
"ipConfiguration": {
"allocatedIpRange": "google-managed-services-vpc-data-bases-shared",
"authorizedNetworks": [
{
"name": "xxx-xxx", // Deliberately obfuscated
"value": "xxx.xxx.xxx.xxx" // Deliberately obfuscated
}
],
"ipv4Enabled": false,
"privateNetwork": "projects/data-bases-shared-xxxx/global/networks/vpc-data-bases-shared",
"requireSsl": false,
"serverCaMode": "GOOGLE_MANAGED_INTERNAL_CA",
"sslMode": "TRUSTED_CLIENT_CERTIFICATE_REQUIRED"
},
"locationPreference": {
"zone": "us-central1-c"
},
"maintenanceWindow": {
"day": 7,
"hour": 5,
"updateTrack": "canary"
},
"pricingPlan": "PER_USE",
"settingsVersion": "90",
"storageAutoResize": true,
"tier": "db-custom-2-7680",
"timeZone": "Pacific SA Standard Time"
}
}
2025/03/19 09:26:30 [DEBUG] Google API Response Details:
---[ RESPONSE ]--------------------------------------
HTTP/2.0 400 Bad Request
Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Content-Type: application/json; charset=UTF-8
Date: Wed, 19 Mar 2025 12:26:30 GMT
Server: ESF
Vary: Origin
Vary: X-Origin
Vary: Referer
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0
2025-03-19T09:26:30.096-0300 [DEBUG] provider.terraform-provider-google-beta_v5.45.2_x5
{
"error": {
"code": 400,
"message": "The incoming request contained invalid data.",
"errors": [
{
"message": "The incoming request contained invalid data.",
"domain": "global",
"reason": "invalidRequest"
}
]
}
}
2025-03-19T09:26:30.096-0300 [DEBUG] provider.terraform-provider-google-beta_v5.45.2_x5
-----------------------------------------------------
Terraform Version & Provider Version(s)
Terraform v1.9.7
on
- provider registry.terraform.io/hashicorp/google v5.45.2
- provider registry.terraform.io/hashicorp/google-beta v5.45.2
Affected Resource(s)
google_sql_database_instance