Skip to content

Commit

Permalink
Update ambar_credit_card.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
wleong1 authored Mar 18, 2024
1 parent 31e8eb6 commit 4a4924a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/ambar_credit_card.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*
resource "ambar_filter" "credit_card_transactions" {
data_source_id = ambar_data_source.credit_card_events.resource_id
description = "Credit Card Transactions ${var.github_repository}"
Expand All @@ -14,7 +13,6 @@ resource "ambar_data_destination" "credit_card_fraud_review" {
username = local.destination_username
password = local.destination_password
}
*/


resource "ambar_data_source" "credit_card_events" {
Expand Down

0 comments on commit 4a4924a

Please sign in to comment.