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

Don't update a plugin immediately after creating it #3

Closed pksunkara closed 1 year ago

pksunkara commented 1 year ago

Right now we do it so that we could name the plugin by updating the friendlyName.

We won't need this if Railway API supports that field in PluginCreateInput type.