diff --git a/examples/deployments/main.tf b/examples/deployments/main.tf index 317d02d..57e60e4 100644 --- a/examples/deployments/main.tf +++ b/examples/deployments/main.tf @@ -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" }