Skip to content

Commit

Permalink
Update ambar_shipping.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
wleong1 authored Mar 18, 2024
1 parent c46dc44 commit 914ca2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform/ambar_shipping.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*
resource "ambar_filter" "shipping_returns" {
data_source_id = ambar_data_source.shipping_events.resource_id
description = "Shipping Returns ${var.github_repository}"
Expand All @@ -14,7 +13,6 @@ resource "ambar_data_destination" "shipping_return_review" {
username = local.destination_username
password = local.destination_password
}
*/


resource "ambar_data_source" "shipping_events" {
Expand Down Expand Up @@ -49,4 +47,4 @@ resource "ambar_data_destination" "shipping_all_events" {
destination_endpoint = "https://${local.destination_domain}/shipping/destination/all_events"
username = local.destination_username
password = local.destination_password
}
}

0 comments on commit 914ca2e

Please sign in to comment.