4 lines
91 B
HCL
4 lines
91 B
HCL
output "efs_fs_id" {
|
|
description = "efs fs id"
|
|
value = aws_efs_file_system.efs.id
|
|
} |