You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After `terraform apply` you have to go to the AWS Console SecretsManager dashboard, select created secret and set values by creating a key-value pair for each defined key name.
41
75
42
76
@@ -77,10 +111,12 @@ No modules.
77
111
| <aname="input_key_names"></a> [key\_names](#input\_key\_names)| Secret names that will be injected as env variables |`list(string)`|`[]`| yes |
| <aname="input_enable_secret_assigned_to_single_key"></a> [enable\_secret\_assigned\_to\_single\_key](#input\_enable\_secret\_assigned\_to\_single\_key)| Enables returning the whole secret as a single key-value pair |`string`|`false`| no |
80
115
81
116
## Outputs
82
117
83
118
| Name | Description |
84
119
|------|-------------|
85
120
| <aname="output_ecs_secrets"></a> [ecs\_secrets](#output\_ecs\_secrets)| Secrets description to be injected in the ECS Container definition. |
0 commit comments