In the previous example, we had to attach the sg to the instance, but at creation time we don't actually know the id's for any of these. An expression allows us to select the approprate sg by accessing other parts of your code.
A resource attribute reference is a type of expression that we used in the example <Provider>_<type>.<name>.<attribute>
. In the example it was, aws_security_group.instance.id