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

Service region and numreplicas support #27

Closed wertlex closed 2 months ago

wertlex commented 2 months ago

What

This PR adds support for two parameters related to a railway_service: region and num_replicas

Why

To manage services based on the docker images which are not having Railway configuration file at all

pksunkara commented 2 months ago

Sorry for not following up on this. My test account doesn't support regions, so I cannot test the region code you added here.

wertlex commented 2 months ago

@pksunkara Well, I've been using it from a private fork for about a month, and it works flawlessly.

Did you try to contact Railway team? Probably they will be kind enough to provide an account for testing with all features. If no, I could contact them. They are responding pretty fast, but not in Discord.

pksunkara commented 2 months ago

Yeah, I got access to Pro features earlier this week, will be able to address this PR this weekend. Thanks again for your work.