Useful functions for Terranform.
If hashicorp did their job, this provider would not be necessary.
https://registry.terraform.io/providers/ms-jpq/functions/latest
terraform {
required_providers {
functions = {
source = "ms-jpq/functions"
version = ">= 0"
}
}
}