terraform-provider-uptimerobot
terraform-provider-uptimerobot copied to clipboard
Handle strining of ints and json errors
It isn't super safe to string() an int, slightly better to use fmt.errorf.
Also added handling for json decode errors