Skip to content

Commit

Permalink
chore: use un-named env block
Browse files Browse the repository at this point in the history
  • Loading branch information
luantranminh committed Aug 9, 2024
1 parent 93df070 commit 88e9617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Atlas.Provider.Demo/atlas.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ data "external_schema" "ef" {
]
}

env "ef" {
env {
name = atlas.env
src = data.external_schema.ef.url
dev = local.dev_url
migration {
Expand Down

0 comments on commit 88e9617

Please sign in to comment.