Skip to content

Commit

Permalink
docs: Update diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
fabidick22 committed May 5, 2023
1 parent 8c2a64b commit dfdea2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ graph LR
ECR[ECR] -->|Push event| CW[CloudWatch Event]
CW -->|Trigger| SQS[SQS Queue]
SQS -->|Trigger| L[Lambda Function]
L -->|Read parameters| SSM[SSM Parameter Store]
L -->|Read parameters| SM[Secret Management]
L -->|Call webhook| F[Flux Receiver]
```

Expand Down Expand Up @@ -63,7 +63,8 @@ graph LR
|------|-------------|------|---------|:--------:|
| <a name="input_app_name"></a> [app\_name](#input\_app\_name) | Name used for resources to create. | `string` | `"flux2-ecr-webhook"` | no |
| <a name="input_cw_logs_retention"></a> [cw\_logs\_retention](#input\_cw\_logs\_retention) | Specifies the number of days you want to retain log events in the specified log group. | `number` | `14` | no |
| <a name="input_repo_mapping_file"></a> [repo\_mapping\_file](#input\_repo\_mapping\_file) | YAML file path with repository mapping. | `string` | n/a | yes |
| <a name="input_repo_mapping"></a> [repo\_mapping](#input\_repo\_mapping) | Object with repository mapping. | `any` | `null` | no |
| <a name="input_repo_mapping_file"></a> [repo\_mapping\_file](#input\_repo\_mapping\_file) | YAML file path with repository mapping. | `string` | `""` | no |
| <a name="input_webhook_token"></a> [webhook\_token](#input\_webhook\_token) | Webhook token used to call the Flux receiver. | `string` | `null` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion docs/tf-docs/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ graph LR
ECR[ECR] -->|Push event| CW[CloudWatch Event]
CW -->|Trigger| SQS[SQS Queue]
SQS -->|Trigger| L[Lambda Function]
L -->|Read parameters| SSM[SSM Parameter Store]
L -->|Read parameters| SM[Secret Management]
L -->|Call webhook| F[Flux Receiver]
```

Expand Down

0 comments on commit dfdea2a

Please sign in to comment.