Skip to content
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

add different create_mode for resource azurerm_postgresql_server #6241

Closed
wants to merge 1 commit into from

Conversation

njuCZ
Copy link
Contributor

@njuCZ njuCZ commented Mar 25, 2020

add support of geo_restore, PointInTimeRestore and replica create for resource azurerm_postgresql_server.

fix #6180

2020-03-25_150521

@katbyte
Copy link
Collaborator

katbyte commented Apr 14, 2020

Hey @njuCZ, i was adding some additional properties to this resource and ended up refactoring it quite a bunch so i've pulled these changes into the resource. As such i am going to close this in favour of #6459.

@katbyte katbyte closed this Apr 14, 2020
katbyte added a commit that referenced this pull request Apr 21, 2020
refactor code and tests to

support for create_mode, creation_source_server_id, infrastructure_encryption_enabled,public_network_access_enabled, ssl_minimal_tls_version_enforced properties
support replicas
computed storage_mb when auto_grow_enabled is true
use booleans for toggle properties by renaming:
-- ssl_enforcement -> ssl_enforcement_enabled
-- geo_redundant_backup -> backup_geo_redundant_enabled
-- auto_grow -> auto_grow_enabled
move all properties within the storage_profile block to the top level
superseeds #6241
fixes #6216
fixes #6180
fixes #5865
fixes #5121
fixed #2819
@ghost
Copy link

ghost commented May 15, 2020

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.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@hashicorp hashicorp locked and limited conversation to collaborators May 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terraform support for point on time server restore for Azure managed PostgreSQL
2 participants