Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

ssm-parameter-store-settings

This module creates following resources.

  • aws_ssm_service_setting

Requirements

Name Version
terraform >= 1.12
aws >= 6.12

Providers

Name Version
aws 6.22.1

Modules

No modules.

Resources

Name Type
aws_ssm_service_setting.this resource
aws_caller_identity.this data source
aws_region.this data source

Inputs

Name Description Type Default Required
default_parameter_tier (Optional) The parameter tier to use by default when a request to create or update a parameter does not specify a tier. The intended type of the secret. Valid values are STANDARD, ADVANCED or INTELLIGENT_TIERING. Defaults to STANDARD. string "STANDARD" no
high_throughput_enabled (Optional) Whether to increase Parameter Store throughput. Defaults to false. bool false no
region (Optional) The region in which to create the module resources. If not provided, the module resources will be created in the provider's configured region. string null no

Outputs

Name Description
default_parameter_tier The parameter tier to use by default when a request to create or update a parameter does not specify a tier.
high_throughput_enabled Whether to increase Parameter Store throughput.
region The AWS region this module resources resides in.