-
Notifications
You must be signed in to change notification settings - Fork 849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postgres 10 support #2130
Comments
Hi @featheredtoast the specs have not been updated to reflect that the new version is available. We will reach out to the service team for that. Meanwhile, the underlying type of the |
Hi @vladbarosan thanks for the quick response - I should note I'm trying to trace this issue through Terraform and it appears to be depending on the azure-sdk lib to determine valid input. For reference, Terraform reports the following:
|
@featheredtoast oh I see. Looking at it, https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/azurerm/resource_arm_postgresql_server.go#L123 seems to validate strictly against the enum. @tombuildsstuff do you if it happens to be a way to disable that validation function in the provider? |
Thanks for pointing me in the right direction @vladbarosan - I've sent a PR to the Terraform provider plugin that allows a version specified as "10.0" here which should help alleviate things until enums are available: hashicorp/terraform-provider-azurerm#1457 |
@featheredtoast this is now available in the |
This is available in v18.1 |
Azure supports version 10 of Postgres, but currently this is not supported via this sdk. Please allow "10" as a valid postgres version parameter.
The text was updated successfully, but these errors were encountered: