Auto-generated
This page is generated by terraform-docs at build time from the infra/ repo. Do not edit manually.
Atrax ECR¶
ECR repositories for Atrax container images (atrax-api and atrax-node). Images are scanned on push and use mutable tags for rolling deployments.
Requirements¶
| Name | Version |
|---|---|
| terraform | >= 1.6.0 |
| aws | ~> 5.0 |
Providers¶
| Name | Version |
|---|---|
| aws | ~> 5.0 |
Modules¶
No modules.
Resources¶
| Name | Type |
|---|---|
| aws_ecr_repository.atrax_api | resource |
| aws_ecr_repository.atrax_node | resource |
Inputs¶
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| base_tags | Base tags for resources | map(string) |
{} |
no |
Outputs¶
| Name | Description |
|---|---|
| atrax_api_repository_url | ECR repository URL for atrax-api |
| atrax_node_repository_url | ECR repository URL for atrax-node |