Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading