google_sql_database_instance: pricing_plan only applies to first generation instances (#12054)
As stated in the second generation pricing documentation: > Second Generation pricing is composed of the following charges: > > Instance pricing > Storage pricing > Network pricing > There is no choice of pricing plan. cf. https://cloud.google.com/sql/pricing#2nd-gen-pricing
This commit is contained in:
parent
2e75fb0174
commit
d96b84f331
|
@ -85,7 +85,7 @@ The required `settings` block supports:
|
|||
|
||||
* `disk_type` - (Optional, Second Generation, Default: `PD_SSD`) The type of data disk: PD_SSD or PD_HDD.
|
||||
|
||||
* `pricing_plan` - (Optional) Pricing plan for this instance, can be one of
|
||||
* `pricing_plan` - (Optional, First Generation) Pricing plan for this instance, can be one of
|
||||
`PER_USE` or `PACKAGE`.
|
||||
|
||||
* `replication_type` - (Optional) Replication type for this instance, can be one
|
||||
|
|
Loading…
Reference in New Issue