Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Jun 24, 2024
1 parent 260000d commit 9145275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/fargate_service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ secrets_manager_secrets = {
| Name | Description | Type | Default | Required |
|------------------------|--------------------------------------------------------------|----------|---------|----------|
| description | Description of the secret. | `string` | n/a | yes |
| recovery_window | Number of days that a secret can be recovered after deltion. | `string` | `30` | no |
| recovery_window | Number of days that a secret can be recovered after deltion. | `string` | `30` | no |
| create_random_password | Creates a random password as the staring value. | `bool` | `false` | no |
| start_value | Value to be set into the secret at creation. | `string` | `"{}"` | no |
| start_value | Value to be set into the secret at creation. | `string` | `"{}"` | no |

### environment_secrets

Expand Down

0 comments on commit 9145275

Please sign in to comment.