Accessing access points using data block in terraform

I have efs and 3 access points
if i want to use data block to access them individually in a seperate project how to do that
i can use name in data block
data “aws_efs_access_points” “efs_app_logs_accesspoint” {
file_system_id =
}

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.