Terraform | Episode 65 | Understanding state file locking | using DynamoDB for state file locking

preview_player
Показать описание
====================================================================
====================================================================

Hello,

In this session, we will look at how we can lock the state file. State locking can be used when we want to avoid overwriting changes to the state. For example, one developer creating resources and another developer deleting the resources. To lock the state file, we will be using DynamoDB which will generate a lock whenver we are doing some write operations on Terraform. When we run any Terraform write command during the lock, Terraform will not execute that command avoiding any conflicts or overwriting the state file.

Happy learning!!
Рекомендации по теме
Комментарии
Автор

terraform series is very good... Any plans to start kubernetes playlist like this

swapnilsingh