Closed wertlex closed 3 months ago
Hey! Just asking, if there is something required from my end regarding this PR?
P.S. I've been using these changes in a private fork for couple weeks - seems to be good so far
@pksunkara thank you for merging it!
Just out of my curiosity, what is the motivation behind going with an array of objects instead of just an object?
To make the variable values sensitive since they are secrets.
This PR introduces a new resource called
railway_variable_collection
.The
railway_variable_collection
is essentially a group of environment variables that share a common lifecycle. It can be thought of as multiplerailway_variable
instances managed together.The rationale for introducing this new resource is well described in Issue #22. In summary:
This new resource addresses these issues by allowing efficient and effective management of environment variables in bulk.
Closes: #22