You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
It would be nice to be able to edit number of threads per core in a SQL Server instance on Cloud SQL.
As the subblock contains only on element we could define it like :
variable"threads_per_core" {
description="The number of threads per core. Can be 1 or 2. To disable SMT, set this flag to 1. Only for SQL Server instances"type=numberdefault=2
}
I had the occasion to test it locally without problem. If value set to 1 subblock is created. value isn't set, set to 2 or more, subblock is not created and default settings remains.
The text was updated successfully, but these errors were encountered:
TL;DR
Hi !
It would be nice to be able to edit number of threads per core in a SQL Server instance on Cloud SQL.
As the subblock contains only on element we could define it like :
and variable could be defined like this :
Terraform Resources
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#threads_per_core-1
Detailed design
No response
Additional information
I had the occasion to test it locally without problem. If value set to 1 subblock is created. value isn't set, set to 2 or more, subblock is not created and default settings remains.
The text was updated successfully, but these errors were encountered: