They are simply parentheses in the standard mathematical sense, which has carried over into many computer languages - meaning nothing at all other than grouping to control the order of operations.
I just wanted to add that in this case those parentheses seem to be totally redundant, because if you removed them the precedence of the operations would still be the same.
I suspect the original author of this configuration was feeling uncertain about how Terraform’s operator precedence is defined and so added these parentheses “just to make sure”, but I would recommend removing them to avoid similar confusion for other readers in future. The following should be exactly equivalent: