betr-io / terraform-provider-mssql

Terraform provider for Microsoft SQL Server
https://registry.terraform.io/providers/betr-io/mssql/latest
MIT License
35 stars 28 forks source link

unable to read login #12

Closed hugh1809 closed 2 years ago

hugh1809 commented 2 years ago

Hello, When creating an infra from scratch (sql server, sql database, sql login), I have the following error when I try : terraform plan " unable to read login [XXXXX]: db connection failed after 30s timeout I think it's beacause the sql database doesn't exist yet. So I tried adding : depend_on [sql database] But same error. Is there a way to not trying to read the login ?

Thanks

hugh1809 commented 2 years ago

Just a connection failed.