Bojan Kalicanin

Results 3 issues of Bojan Kalicanin

### Terraform Version ``` Terraform v1.0.11 on linux_amd64 + provider registry.terraform.io/newrelic/newrelic v2.49.1 ``` ### Affected Resource(s) - `newrelic_notification_destination` ### Terraform Configuration > Please include your `provider` configuration (sensitive details redacted)...

bug

Think this primality test should be simplified. You may use the following algorithm: ``` // 2 is a special case of prime, and if n < 2 then skip it....

In this part of the code, you refer to the boundary for `rand.Intn` should be min. If it is min then the max generated number will be from [0, min)...