Skip to content

Commit

Permalink
Add tf lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed May 22, 2024
1 parent 343f848 commit c23ca90
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
25 changes: 25 additions & 0 deletions infrastructure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ The Terraform state is stored in an S3 bucket named `4growth-terraform-state`. T

The ECR repositories are created using the `ecr` module. This module creates an ECR repository and a lifecycle policy for each application. The lifecycle policy specifies rules for retaining and expiring images based on their tags.

## IAM

The configuration creates a specific user for the deployment pipeline, right now with permissions to push / pull images to the ECR repositories. The user is created using the `iam` module.

## TODO

There are several aspects of the infrastructure that still need to be documented:
Expand Down

0 comments on commit c23ca90

Please sign in to comment.