Skip to main content
版本:v1.9

AWS SSM-PARAMETER-STORE

描述

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

参数说明

属性

名称描述类型是否必须默认值
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

名称描述类型是否必须默认值
nameThe secret name which the cloud resource connection will be written tostringtrue
namespaceThe secret namespace which the cloud resource connection will be written tostringfalse