chore(tfstated): update database file path
This commit is contained in:
parent
3192078b05
commit
4722efb73d
2 changed files with 4 additions and 4 deletions
|
@ -69,7 +69,7 @@ func main() {
|
|||
|
||||
db, err := database.NewDB(
|
||||
ctx,
|
||||
"./tfstate.db?_txlock=immediate",
|
||||
"./tfstated.db?_txlock=immediate",
|
||||
os.Getenv,
|
||||
)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue