Y
Hacker News
new
|
ask
|
show
|
jobs
by
reptation
2796 days ago
Yeah, this appears to be accomplishing the same purpose as the 'Terragrunt' wrapper which uses DynamoDB for locking state IIRC
https://github.com/gruntwork-io/terragrunt
1 comments
jen20
2796 days ago
If using the S3 remote state backend, Terraform itself has supported this with no wrapper for quite some time now.
link
kitotik
2796 days ago
Doesn’t the consul backend support this as well?
link
jen20
2796 days ago
Several do - I'm not sure which offhand though. The docs for each backend (e.g. [1]) explain what is supported.
[1]:
https://www.terraform.io/docs/backends/types/azurerm.html
link