From f6670aaa0dde99ae7cbb2cb4badbfd63223bce93 Mon Sep 17 00:00:00 2001 From: Helena Greebe Date: Tue, 3 Dec 2024 08:19:27 -0500 Subject: [PATCH] Add note that provided examples do not have a state locking mechanism --- DEVELOPMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index fa7cdd9..427bc0e 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -80,6 +80,7 @@ To check without fixing use: `terraform fmt -recursive -check ./` ## Examples Three examples exist inside the `./examples` folder. By default these examples will deploy resources using the default profile in us-east-1. If customization is needed variables can be changed using a tfvars file. +For sake of simplicity, the provided examples do not have a state locking mechanism; hence they do not support concurrent deployments insisting on the same state files. To customize first create a `terraform.tfvars` similar to the following in one of the example folders: