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:
Patrick Decat 2017-02-18 00:38:38 +01:00 committed by Paul Stack
parent 11c56cfd5e
commit d9c31525dc

View File

@ -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