Skip to content

Pyxis-Portal/tf-aws-sys-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Systems Manager Module

  • Creating of Parameter Store

Requirements

Name Version
terraform >= 0.14
aws >= 3.61.0

Providers

Name Version
aws >= 3.61.0

Resources

Name Type
aws_ssm_parameter.this resource

Inputs

Name Description Type Default Required
create_ssm_parameter if true, enable create ssm_parameter bool false no
description_ssm_parameter (Optional) Description of the parameter. string null no
kms_arn The ARN of a KMS key used to encrypt and decrypt SecretString values string "" no
name_ssm_parameter (Required) Name of the parameter. If the name contains a path (e.g., any forward slashes (/)), it must be fully qualified with a leading forward slash (/). For additional requirements and constraints, see the AWS SSM User Guide. string "" no
type_ssm_parameter (Required) Type of the parameter. Valid types are String, StringList and SecureString string null no
value_ssm_parameter (Optional, exactly one of value or insecure_value is required) Value of the parameter. This value is always marked as sensitive in the Terraform plan output, regardless of type. string null no

Outputs

Name Description
name_ssm_parameter The name of the parameter that will be to create.
ssm_parameter_arns ARN of the parameter.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages