True or false: In a CloudFormation template, you can reuse the same logical ID several times to reference the resources in other parts of the template.
True, a logical ID can be used several times to reference the resources in other parts of the template.
False, a logical ID must be unique within the template.
False, you can mention a resource only once and you cannot reference it in other parts of a template.
False, you cannot reference other parts of the template.