Skip to content

Commit

Permalink
Reference destination resource in deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
danafallon committed Jul 27, 2024
1 parent ea6dc11 commit 479e08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deployments/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "artie_deployment" "example" {
}
]
}
destination_uuid = "fa7d4efc-3957-41e5-b29c-66e2d49bffde" // artie_destination.bigquery.uuid
destination_uuid = artie_destination.bigquery.uuid
destination_config = {
dataset = "customers"
}
Expand Down

0 comments on commit 479e08f

Please sign in to comment.