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 ?
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