depends_on
count
for_each
provider
lifecycle
providers
terraform_remote_state
concat
concat takes two or more lists and combines them into a single list.
> concat(["a", ""], ["b", "c"]) [ "a", "", "b", "c", ]