terraform-provider-uptimerobot icon indicating copy to clipboard operation
terraform-provider-uptimerobot copied to clipboard

Handle strining of ints and json errors

Open solarkennedy opened this issue 4 years ago • 0 comments

It isn't super safe to string() an int, slightly better to use fmt.errorf.

Also added handling for json decode errors

solarkennedy avatar Sep 17 '21 16:09 solarkennedy