The package should expose function IsSource
that given a parsed SLO object returns true if the source is supported by the package.
An example for sumologic source detection is here
The package should also expose a function GiveTerraform
that returns the terraform content to be added for that source when provided with the parsed slo configs.
The above function can then be called in libs/gen.go
to create the corresponding terraform files.