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 postgres extension postgres_fdw to tf #728

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

DeclanClarkeCGI
Copy link
Contributor

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[X ] No

Copy link
Contributor

Plan Result (stg)

⚠️ Resource Deletion will happen

This plan contains resource delete operation. Please check the plan result very carefully!

Plan: 1 to add, 0 to change, 1 to destroy.
  • Create
    • module.opal-fines-db.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["azure.extensions"]
  • Delete
    • module.opal-fines-db.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["backslash_quote"]
Change Result (Click me)
  # module.opal-fines-db.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["azure.extensions"] will be created
  + resource "azurerm_postgresql_flexible_server_configuration" "pgsql_server_config" {
      + id        = (known after apply)
      + name      = "azure.extensions"
      + server_id = "/subscriptions/74dacd4f-a248-45bb-a2f0-af700dc4cf68/resourceGroups/opal-fines-service-data-stg/providers/Microsoft.DBforPostgreSQL/flexibleServers/opal-fines-service-stg"
      + value     = "POSTGRES_FDW"
    }

  # module.opal-fines-db.azurerm_postgresql_flexible_server_configuration.pgsql_server_config["backslash_quote"] will be destroyed
  # (because key ["backslash_quote"] is not in for_each map)
  - resource "azurerm_postgresql_flexible_server_configuration" "pgsql_server_config" {
      - id        = "/subscriptions/74dacd4f-a248-45bb-a2f0-af700dc4cf68/resourceGroups/opal-fines-service-data-stg/providers/Microsoft.DBforPostgreSQL/flexibleServers/opal-fines-service-stg/configurations/backslash_quote" -> null
      - name      = "backslash_quote" -> null
      - server_id = "/subscriptions/74dacd4f-a248-45bb-a2f0-af700dc4cf68/resourceGroups/opal-fines-service-data-stg/providers/Microsoft.DBforPostgreSQL/flexibleServers/opal-fines-service-stg" -> null
      - value     = "on" -> null
    }

Plan: 1 to add, 0 to change, 1 to destroy.

@DeclanClarkeCGI DeclanClarkeCGI merged commit 953bd13 into master Feb 7, 2025
7 checks passed
@DeclanClarkeCGI DeclanClarkeCGI deleted the POSTGRES_EXTENSION_TF branch February 7, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants