terraform-community-providers / terraform-provider-railway

Terraform provider for railway.app
https://registry.terraform.io/providers/terraform-community-providers/railway/latest/docs
Mozilla Public License 2.0
22 stars 1 forks source link

Plugins are depreceated. Use database templates. #17

Closed virus2016 closed 7 months ago

virus2016 commented 9 months ago
resource "railway_plugin" "redis" {
  name       = "notifications-db"
  type       = "redis"
  project_id = railway_project.bounce.id
}

These are not depreceated from railway. How do you add a DB service now?

Funding

Fund with Polar

pksunkara commented 9 months ago

I think you are supposed to use volumes which I plan to add support for around Jan if I find some time.

On Wed, Dec 13, 2023, 17:41 Calum MacRae @.***> wrote:

resource "railway_plugin" "redis" { name = "notifications-db" type = "redis" project_id = railway_project.bounce.id }

These are not depreceated from railway. How do you add a DB service now?

— Reply to this email directly, view it on GitHub https://github.com/terraform-community-providers/terraform-provider-railway/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABKU37SNMZBZPKQYKZKU2TYJGLORAVCNFSM6AAAAABATBUNMGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTSNJYGI3DCMQ . You are receiving this because you are subscribed to this thread.Message ID: <terraform-community-providers/terraform-provider-railway/issues/17@ github.com>

pksunkara commented 7 months ago

@virus2016 I am having issues building this because there's no graphql endpoint for creating a TCP proxy tcpProxyCreate. I am going to ask railway guys about it, but also please let them know from your side if you are on team plan.