← Back to registry
modules/ssm-parameter/aws
Source: cf-tfr.davidguerrero.fr/modules/ssm-parameter/aws
module "ssm-parameter" {
source = "cf-tfr.davidguerrero.fr/modules/ssm-parameter/aws"
version = "0.2.0"
}
Versions
Requirements
| Name |
Version |
| terraform |
>= 1.0 |
| aws |
>= 6.41.0 |
Providers
| Name |
Version |
| aws |
>= 6.41.0 |
Modules
No modules.
Resources
Inputs
| Name |
Description |
Type |
Default |
Required |
| name |
SSM parameter name. |
string |
n/a |
yes |
| type |
SSM parameter type. |
string |
"String" |
no |
| value |
Value of the parameter. |
string |
"undefined" |
no |
Outputs
| Name |
Description |
| aws_region |
The current AWS region. |
| iam_policy_read_arn |
The IAM policy ARN allowing read access to the SSM parameter. |
| iam_policy_write_arn |
The IAM policy ARN allowing write access to the SSM parameter. |
| parameter_arn |
The SSM parameter ARN. |
| parameter_name |
The SSM parameter name. |