Skip to content

Commit dff6b7a

Browse files
author
rohit-ng
committed
docs: add important note in the header
1 parent 9417928 commit dff6b7a

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.header.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
### Architectural Diagram
1+
# Architectural Diagram
22

33
![Kong](https://github.com/user-attachments/assets/3dda9db7-cf8e-4cd2-a507-4e50f9252ffe)
44

55
# Prerequisites for Setting Up AWS SSM Parameters
66

77
To configure and manage your AWS resources and GitHub Actions using Secure String parameters in AWS Systems Manager Parameter Store, follow the steps below to add the required parameters:
88

9+
# Important Note
10+
11+
This setup assumes that the ECS cluster and Auto Scaling Group (ASG) exist with the name default. If you are using different names, you can provide those in the variables section of your Terraform configuration.
12+
913
## AWS CLI Installation
1014

1115
Ensure you have the AWS CLI installed on your machine. You can install the AWS CLI using the following commands based on your operating system:

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
### Architectural Diagram
1+
# Architectural Diagram
22

33
![Kong](https://github.com/user-attachments/assets/3dda9db7-cf8e-4cd2-a507-4e50f9252ffe)
44

55
# Prerequisites for Setting Up AWS SSM Parameters
66

77
To configure and manage your AWS resources and GitHub Actions using Secure String parameters in AWS Systems Manager Parameter Store, follow the steps below to add the required parameters:
88

9+
# Important Note
10+
11+
This setup assumes that the ECS cluster and Auto Scaling Group (ASG) exist with the name default. If you are using different names, you can provide those in the variables section of your Terraform configuration.
12+
913
## AWS CLI Installation
1014

1115
Ensure you have the AWS CLI installed on your machine. You can install the AWS CLI using the following commands based on your operating system:
@@ -75,7 +79,7 @@ This command will display the values of the stored parameters, ensuring they hav
7579

7680
| Name | Version |
7781
|------|---------|
78-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.60.0 |
82+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.59.0 |
7983

8084
## Modules
8185

modules/github-runner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ No requirements.
66

77
| Name | Version |
88
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.60.0 |
9+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.53.0 |
1010

1111
## Modules
1212

modules/iam/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ No requirements.
66

77
| Name | Version |
88
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.60.0 |
9+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.59.0 |
1010

1111
## Modules
1212

modules/route-53-record/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ No requirements.
66

77
| Name | Version |
88
|------|---------|
9-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.60.0 |
9+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.59.0 |
1010

1111
## Modules
1212

0 commit comments

Comments
 (0)