Running SQL Server Init Scripts in GitHub Actions
Question
How can I run init scripts on SQL Server when using GitHub Actions services instead of the Atlas docker blocks?
How can I run init scripts on SQL Server when using GitHub Actions services instead of the Atlas docker blocks?
Terraform can write resource arguments into state and saved plans. HashiCorp's
Terraform state documentation warns that
state files can expose stored secrets. The sensitive flag redacts CLI and UI output, but Terraform can
still record the value in state.
With the atlas_schema resource, Terraform can pass connection metadata while Atlas resolves the
credential when it evaluates atlas.hcl.
How to use a database URL that contains a password with special characters such as @ or #?