Azure / terraform-azurerm-avm-res-dbforpostgresql-flexibleserver

MIT License
3 stars 13 forks source link

[AVM Module Issue]: Postgresql Flex server configuration functionality #22

Open MinHeinA opened 2 weeks ago

MinHeinA commented 2 weeks ago

Check for previous/existing GitHub issues

Issue Type?

Feature Request

(Optional) Module Version

0.1.2

(Optional) Correlation Id

No response

Description

Request to add functionality to set Postgresql Flex server configuration during creation of Postgresql Flex server using AVM module.

module "pgsqlflex" {
  source = "Azure/avm-res-dbforpostgresql-flexibleserver/azurerm"
  version = "0.1.2"
  ...
  ...
  ...
  postgresql_configuration = {
    backslash_quote = {
      name = "backslash_quote"
      value = "on"
    }
  }
}

This functionality can be achieved by adding azurerm_postgresql_flexible_server_configuration inside this AVM module.

microsoft-github-policy-service[bot] commented 4 days ago

[!WARNING] Tagging the AVM Core Team (@Azure/avm-core-team-technical-terraform) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly.

[!TIP]

  • To prevent further actions to take effect, the "Status: Response Overdue 🚩" label must be removed, once this issue has been responded to.
  • To avoid this rule being (re)triggered, the ""Needs: Triage :mag:" label must be removed as part of the triage process (when the issue is first responded to)!