petoju / terraform-provider-mysql

Terraform MySQL provider – unofficial fork
https://registry.terraform.io/providers/petoju/mysql
Mozilla Public License 2.0
63 stars 40 forks source link

fix: strconv.Atoi: strconv.Atoi: parsing "": invalid syntax #74

Closed rohitaro closed 1 year ago

rohitaro commented 1 year ago

The else only works if there is a row in the config.

But if there is no existing value set it is a empty string and it can not convert to integer.

Error: failed reading target delay in RDS config: strconv.Atoi: parsing "": invalid syntax

petoju commented 1 year ago

Released in v3.0.33