Skip to content

figurate/terraform-aws-secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SSM ParameterStore parameters

CI

Purpose: Configure parameters in AWS SSM ParameterStore

Requirements

No requirements.

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
allowed_pattern A regular expression to restrict allowed parameter values any null no
context A parameter context used as a prefix to the stored parameter key any null no
data_type Indicates the type of parameter value. Supported values are: text and aws:ec2:image any null no
key_id KMS key id for encrypting SecureString type parameters any null no
list_params A list of StringList parameters to add to ParameterStore list(map(any)) [] no
overwrite Overwrite existing parameter values bool false no
parameters A list of String parameters to add to ParameterStore list(map(any)) [] no
secure_params A list of SecureString parameters to add to ParameterStore list(map(any)) [] no

Outputs

No output.