Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Terraform module to fetch ARNs of secrets from SSM parameter store

License

Notifications You must be signed in to change notification settings

comtravo/terraform-aws-ssm-parameter-store

Repository files navigation

Terraform AWS module for AWS SSM parameter

Introduction

This module fetches the arn of the secret in AWS SSM parameter store.

Usage

Checkout examples for how to use this module

Authors

Module managed by Comtravo.

License

MIT Licensed. See LICENSE for full details.

Requirements

Name Version
terraform >= 0.13
aws ~> 3.0

Providers

Name Version
aws ~> 3.0

Inputs

Name Description Type Default Required
enable Enable this module bool true no
parameter SSM parameter for which the ARN needs to be fetched string n/a yes
prefix SSM parameter prefix string null no

Outputs

Name Description
arn SSM parameter ARN