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

Latest commit

 

History

History
43 lines (28 loc) · 917 Bytes

File metadata and controls

43 lines (28 loc) · 917 Bytes

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