You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data.atlas_migration.db: Read complete after 1s [id=file://./migrations?format=atlas]
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# atlas_migration.db will be created
+ resource "atlas_migration" "db" {
+ dir = "./migrations?format=atlas"
+ id = (known after apply)
+ revisions_schema = "default"
+ status = (known after apply)
+ url = (sensitive value)
+ version = "001"
}
Plan: 1 to add, 0 to change, 0 to destroy.
╷
│ Warning: dev_url is unset
│
│ with data.atlas_migration.db,
│ on main.tf line 21, in data "atlas_migration" "db":
│ 21: data "atlas_migration" "db" {
│
│ It is highly recommended that you use 'dev_url' to specify a dev database.
│ to learn more about it, visit: https://atlasgo.io/dev-database
│
│ (and one more similar warning elsewhere)
──────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't guarantee to take exactly these actions if you run "terraform apply" now.
but for in data source atlas_migration an argument named dev_url is not expected here and is not used in any way
The text was updated successfully, but these errors were encountered:
On configuration:
terraform plan
returns:but for in data source
atlas_migration
an argument nameddev_url
is not expected here and is not used in any wayThe text was updated successfully, but these errors were encountered: