This module fetches the arn of the secret in AWS SSM parameter store.
Checkout examples for how to use this module
Module managed by Comtravo.
MIT Licensed. See LICENSE for full details.
Name | Version |
---|---|
terraform | >= 0.13 |
aws | ~> 3.0 |
Name | Version |
---|---|
aws | ~> 3.0 |
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 |
Name | Description |
---|---|
arn | SSM parameter ARN |