Skip to main content
Version: v1.8

AWS SSM-PARAMETER-STORE

Description

Terraform module to populate AWS Systems Manager (SSM) Parameter Store with values from Terraform. Works great with Chamber.

Specification

Properties

NameDescriptionTypeRequiredDefault
ignore_value_changesWhether to ignore future external changes in paramater valuesboolfalse
kms_arnThe ARN of a KMS key used to encrypt and decrypt SecretString valuesstringfalse
parameter_readList of parameters to read from SSM. These must already exist otherwise an error is returned. Can be used with parameter_write as long as the parameters are different.list(string)false
parameter_writeList of maps with the parameter values to write to SSM Parameter Storelist(map(string))false
parameter_write_defaultsParameter write default settingsmap(any)false
writeConnectionSecretToRefThe secret which the cloud resource connection will be written towriteConnectionSecretToReffalse

writeConnectionSecretToRef

NameDescriptionTypeRequiredDefault
nameThe secret name which the cloud resource connection will be written tostringtrue
namespaceThe secret namespace which the cloud resource connection will be written tostringfalse