-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Support for PostgreSQL Flexible Server #8654
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I don't think so. The API is pretty different. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Until this is implemented, maybe this will help others. I got it up and running with local exec. Here some code to get you started.
|
Is there any update yet on when Postres Flexible Server will be supported? I can use the null_resource approach above but it is less than ideal. Thanks |
This has been released in version 2.57.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.57.0"
}
# ... other configuration ... |
hi Code provider 2.57 Thanks Lukasz |
Flexible Server is actually a separate resource type, |
So will a new resource be add in a near future to create db on azurerm_postgresql_flexible_server ? |
How about |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Microsoft have just released a new type of PostgreSQL deployment called Flexible Server
New or Affected Resource(s)
I assume it would be a deployment option on
azurerm_postgresql_server
References
The text was updated successfully, but these errors were encountered: