Module - AWS System Manager Parameter store
This module is treated as internal module, breaking changes will not trigger a major release bump.
This module is used for storing configuration of runners, registration tokens and secrets for the Lambda's in AWS System Manager Parameter store.
Requirements
Providers
Modules
No modules.
Resources
Name
Description
Type
Default
Required
github_app
GitHub app parameters, see your github app. Ensure the key is the base64-encoded .pem
file (the output of base64 app.private-key.pem
, not the content of private-key.pem
).
object({ key_base64 = string id = string webhook_secret = string })
n/a
yes
kms_key_arn
Optional CMK Key ARN to be used for Parameter Store.
string
null
no
path_prefix
The path prefix used for naming resources
string
n/a
yes
tags
Map of tags that will be added to created resources. By default resources will be tagged with name and environment.
map(string)
{}
no
Outputs