Skip to content

Commit

Permalink
Add instructions for updating cloudformation templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Mar 8, 2024
1 parent dfd5ac4 commit 45721c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/developers_guide/developers_guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Developer Guide

## Updating CloudFormation Templates

1. Make a copy of the latest template in `scripts` for the new version
2. Update the new template
3. Upload the template to S3 bucket `exasol-cf-templates` in region `eu-central-1` (prod account)

## CI Tests

The CI build runs smoke tests and static code analysis. This requires Terraform and [tflint](https://github.com/terraform-linters/tflint) to be installed.
Expand Down

0 comments on commit 45721c3

Please sign in to comment.