Files
2020-12-03 15:59:26 +01:00

4 lines
59 B
Terraform

output "arn" {
value = aws_ssm_parameter.parameter.arn
}