resource "postgresql_extension" "postgres_fdw" {
  name     = "postgres_fdw"
  database = local.database
}
