terraform-demo/prod-hq-efs/outputs.tf
2023-01-06 13:29:00 +09:00

3 lines
52 B
HCL

output "efs_fs" {
value = module.efs_fs.efs_fs_id
}