@@ -51,20 +51,12 @@ aws ssm put-parameter --name "/rds/POSTGRES_PASSWORD" --value "value" --type "Se
51
51
aws ssm put-parameter --name " /rds/POSTGRES_DB_NAME" --value " value" --type " SecureString"
52
52
```
53
53
54
- ### GitHub Parameters
55
-
56
- ``` sh
57
- aws ssm put-parameter --name " /github-action/GITHUB_ORG" --value " value" --type " SecureString"
58
- aws ssm put-parameter --name " /github-action/GITHUB_REPO" --value " value" --type " SecureString"
59
- aws ssm put-parameter --name " /github-action/GITHUB_TOKEN" --value " value" --type " SecureString"
60
- ```
61
-
62
54
## Verifying Parameter Storage
63
55
64
56
After adding the parameters, you can verify their storage in AWS Systems Manager Parameter Store using the following command:
65
57
66
58
``` sh
67
- aws ssm get-parameters --names " /rds/POSTGRES_USERNAME" " /rds/POSTGRES_PASSWORD" " /rds/POSTGRES_DB_NAME" " /github-action/GITHUB_ORG " " /github-action/GITHUB_REPO " " /github-action/GITHUB_TOKEN " --with-decryption
59
+ aws ssm get-parameters --names " /rds/POSTGRES_USERNAME" " /rds/POSTGRES_PASSWORD" " /rds/POSTGRES_DB_NAME" --with-decryption
68
60
```
69
61
70
62
This command will display the values of the stored parameters, ensuring they have been added correctly.
@@ -88,7 +80,6 @@ This command will display the values of the stored parameters, ensuring they hav
88
80
| <a name =" module_ecs_exec_role " ></a > [ ecs\_ exec\_ role] ( #module\_ ecs\_ exec\_ role ) | ./modules/iam | n/a |
89
81
| <a name =" module_ecs_kong " ></a > [ ecs\_ kong] ( #module\_ ecs\_ kong ) | infraspecdev/ecs-deployment/aws | ~ > 2.0.0 |
90
82
| <a name =" module_ecs_task_security_group " ></a > [ ecs\_ task\_ security\_ group] ( #module\_ ecs\_ task\_ security\_ group ) | terraform-aws-modules/security-group/aws | ~ > 5.1.2 |
91
- | <a name =" module_github_runner " ></a > [ github\_ runner] ( #module\_ github\_ runner ) | ./modules/github-runner | n/a |
92
83
| <a name =" module_internal_alb_kong " ></a > [ internal\_ alb\_ kong] ( #module\_ internal\_ alb\_ kong ) | infraspecdev/ecs-deployment/aws//modules/alb | ~ > 2.0.0 |
93
84
| <a name =" module_internal_alb_security_group " ></a > [ internal\_ alb\_ security\_ group] ( #module\_ internal\_ alb\_ security\_ group ) | terraform-aws-modules/security-group/aws | ~ > 5.1.2 |
94
85
| <a name =" module_kong_internal_dns_record " ></a > [ kong\_ internal\_ dns\_ record] ( #module\_ kong\_ internal\_ dns\_ record ) | ./modules/route-53-record | n/a |
@@ -102,7 +93,6 @@ This command will display the values of the stored parameters, ensuring they hav
102
93
| Name | Type |
103
94
| ------| ------|
104
95
| [ aws_ecs_cluster.default] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecs_cluster ) | data source |
105
- | [ aws_ssm_parameter.github] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter ) | data source |
106
96
| [ aws_ssm_parameter.rds] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter ) | data source |
107
97
| [ aws_vpc.vpc] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc ) | data source |
108
98
@@ -138,4 +128,4 @@ This command will display the values of the stored parameters, ensuring they hav
138
128
139
129
## Outputs
140
130
141
- No outputs.
131
+ No outputs.
0 commit comments