Skip to content

Commit 939a706

Browse files
committed
fix: pre commit check
1 parent 6c9bd7e commit 939a706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This setup assumes that the `ECS cluster` that has `Auto Scaling Group (ASG)` ex
1212

1313
## Adding Parameters to AWS Systems Manager Parameter Store
1414

15-
Ensure you have the AWS CLI installed on your machine. You can find the installation instructions for different operating systems in the official AWS CLI documentation:
15+
Ensure you have the AWS CLI installed on your machine. You can find the installation instructions for different operating systems in the official AWS CLI documentation:
1616
[Install AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
1717

1818
Use the following commands to add the required parameters to AWS Systems Manager Parameter Store. These parameters are necessary for configuring your PostgreSQL database.
@@ -21,4 +21,4 @@ Use the following commands to add the required parameters to AWS Systems Manager
2121
aws ssm put-parameter --name "/rds/POSTGRES_USERNAME" --value "value" --type "SecureString"
2222
aws ssm put-parameter --name "/rds/POSTGRES_PASSWORD" --value "value" --type "SecureString"
2323
aws ssm put-parameter --name "/rds/POSTGRES_DB_NAME" --value "value" --type "SecureString"
24-
```
24+
```

0 commit comments

Comments
 (0)