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.27k stars 1.72k forks source link

Activation Policy "ON_DEMAND" No Longer an Option #17691

Open thomascjohnson opened 5 months ago

thomascjohnson commented 5 months ago

Community Note

Description

Per this documentation the activation policy can be ON_DEMAND but that doesn't appear to be an option in any of the database versions:

https://cloud.google.com/sql/docs/mysql/start-stop-restart-instance https://cloud.google.com/sql/docs/postgres/start-stop-restart-instance https://cloud.google.com/sql/docs/sqlserver/start-stop-restart-instance

Is there a way to file a PR to update the docs? If so, I'll do so.

New or Affected Resource(s)

Potential Terraform Configuration

References

No response

b/331668889

shuyama1 commented 5 months ago

Thanks for filing the issue! According to the API doc, this is a deprecated value. I suspect that might be the reason that it's been hidden from the doc explicitly. Forwarding this ticket to the service team to confirm and determine what's needed.