Terraform-provider-azurerm: New Feature for azure postgreSQL

Created on 19 Jul 2019  ·  2Comments  ·  Source: terraform-providers/terraform-provider-azurerm

Hi,

there are two new feature in Azure postgreSQL. we need to add them in Memory optimize pg instance.

"previewFeature": {
"value": "LargeStorage" or ""

 "storageAutoGrow": {
        "value": "Enabled" or "Disabled"
enhancement servicpostgresql

Most helpful comment

Auto-grow is in GA as per 26th June
https://azure.microsoft.com/en-au/updates/storage-auto-grow-postgresql/

New or Affected Resource(s)

azurerm_postgresql_server

Potential Terraform Configuration

  storage_profile {
    storage_mb            = 5120
    backup_retention_days = 7
    geo_redundant_backup  = "Disabled"
    auto_grow = "Enabled"
  }

References

Availability
https://azure.microsoft.com/en-au/updates/storage-auto-grow-postgresql/

Azure CLI
https://docs.microsoft.com/en-us/cli/azure/postgres/server?view=azure-cli-latest#az-postgres-server-create

Documentation
https://docs.microsoft.com/en-us/azure/postgresql/concepts-pricing-tiers#storage-auto-grow

All 2 comments

Auto-grow is in GA as per 26th June
https://azure.microsoft.com/en-au/updates/storage-auto-grow-postgresql/

New or Affected Resource(s)

azurerm_postgresql_server

Potential Terraform Configuration

  storage_profile {
    storage_mb            = 5120
    backup_retention_days = 7
    geo_redundant_backup  = "Disabled"
    auto_grow = "Enabled"
  }

References

Availability
https://azure.microsoft.com/en-au/updates/storage-auto-grow-postgresql/

Azure CLI
https://docs.microsoft.com/en-us/cli/azure/postgres/server?view=azure-cli-latest#az-postgres-server-create

Documentation
https://docs.microsoft.com/en-us/azure/postgresql/concepts-pricing-tiers#storage-auto-grow

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 👉 [email protected]. Thanks!

Was this page helpful?
0 / 5 - 0 ratings