You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- In this we will be seeing how to integrate the backend store like s3 to connect with dynamodb.
2
+
- In regular backend scenarios where the *.tfstate file is stored in s3 bucket, we are not gaurentee the lock functionality
3
+
- As a reason we will use dynamodb to record the state info so that any one else in the team is trying for a parallel write on the *.tfstate file will be warned of the lock that is acquired at that moment.
0 commit comments