issues
search
observeinc
/
terraform-aws-collection
Terraform module which streamlines collection from multiple sources within AWS
https://docs.observeinc.com/en/latest/content/integrations/aws/aws.html#installation
Other
3
stars
3
forks
source link
fix(subscriber): adjust discovery_rate default and name_prefix
#106
Closed
jta
closed
9 months ago
jta
commented
9 months ago
This commit fixes too small bugs:
name_prefix must be under 38 characters. If we're provided a longer name, we should truncate the value instead of erroring out.
discovery_rate was set to nullable, but passing null would result in an error when comparing the value against an empty string.
This commit fixes too small bugs: