AWS SSM Parameter Store Terraform module

Upstream version 2.1.2
0 controls from NIST SP 800-53 Rev 5 requirements

Terraform Module Source

nist80053.compliance.tf/terraform-aws-modules/ssm-parameter/aws
NameTypeDescriptionSensitive
insecure_value—Insecure value of the parameter—
raw_value—Raw value of the parameter (as it is stored in SSM). Use 'value' output to get jsondecode'd valuesensitive
secure_type—Whether SSM parameter is a SecureString or not?—
secure_value—Secure value of the parametersensitive
ssm_parameter_arn—The ARN of the parameter—
ssm_parameter_name—Name of the parameter—
ssm_parameter_type—Type of the parameter—
ssm_parameter_version—Version of the parameter—
value—Parameter value after jsondecode(). Probably this is what you are looking for—