Skip to content

Commit dfdea2a

Browse files
committed
docs: Update diagram
1 parent 8c2a64b commit dfdea2a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ graph LR
1010
ECR[ECR] -->|Push event| CW[CloudWatch Event]
1111
CW -->|Trigger| SQS[SQS Queue]
1212
SQS -->|Trigger| L[Lambda Function]
13-
L -->|Read parameters| SSM[SSM Parameter Store]
13+
L -->|Read parameters| SM[Secret Management]
1414
L -->|Call webhook| F[Flux Receiver]
1515
```
1616

@@ -63,7 +63,8 @@ graph LR
6363
|------|-------------|------|---------|:--------:|
6464
| <a name="input_app_name"></a> [app\_name](#input\_app\_name) | Name used for resources to create. | `string` | `"flux2-ecr-webhook"` | no |
6565
| <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 |
66-
| <a name="input_repo_mapping_file"></a> [repo\_mapping\_file](#input\_repo\_mapping\_file) | YAML file path with repository mapping. | `string` | n/a | yes |
66+
| <a name="input_repo_mapping"></a> [repo\_mapping](#input\_repo\_mapping) | Object with repository mapping. | `any` | `null` | no |
67+
| <a name="input_repo_mapping_file"></a> [repo\_mapping\_file](#input\_repo\_mapping\_file) | YAML file path with repository mapping. | `string` | `""` | no |
6768
| <a name="input_webhook_token"></a> [webhook\_token](#input\_webhook\_token) | Webhook token used to call the Flux receiver. | `string` | `null` | no |
6869

6970
## Outputs

docs/tf-docs/header.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ graph LR
1010
ECR[ECR] -->|Push event| CW[CloudWatch Event]
1111
CW -->|Trigger| SQS[SQS Queue]
1212
SQS -->|Trigger| L[Lambda Function]
13-
L -->|Read parameters| SSM[SSM Parameter Store]
13+
L -->|Read parameters| SM[Secret Management]
1414
L -->|Call webhook| F[Flux Receiver]
1515
```
1616

0 commit comments

Comments
 (0)