Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to set persistent locks on a configuration #19

Closed
abtreece opened this issue Aug 10, 2016 · 3 comments
Closed

Add the ability to set persistent locks on a configuration #19

abtreece opened this issue Aug 10, 2016 · 3 comments
Labels
enhancement New feature or request

Comments

@abtreece
Copy link

Would like the ability to lock/unlock a configuration from further changes.

@brikis98 brikis98 added enhancement New feature or request help wanted labels Aug 10, 2016
@brikis98
Copy link
Member

Ah, neat idea. It should be fairly easy to add a terragrunt lock command.

Out of curiosity, what is your use case?

@abtreece
Copy link
Author

We are (currently) splitting up the configurations for the network and compute components and would probably consider locking the underlying infrastructure that compute configurations are built on top of.

@brikis98
Copy link
Member

brikis98 commented Nov 4, 2016

Is anyone interested in submitting a PR for this? All the code for the locking mechanism is already in place, so all you'd need to do is expose a new command in the CLI.

brikis98 added a commit that referenced this issue Nov 23, 2016
Add an acquire-lock command. Fixes #19.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants