mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 05:01:55 +03:00
4 lines
59 B
Terraform
4 lines
59 B
Terraform
output "arn" {
|
|
value = aws_ssm_parameter.parameter.arn
|
|
}
|