diff --git a/cloudwatch.tf b/cloudwatch.tf index ccd397a..8662922 100644 --- a/cloudwatch.tf +++ b/cloudwatch.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ @@ -98,7 +98,7 @@ data "template_file" "sqs_widgets" { "region": "${var.aws_region}", "title": "Shunting Yard SQS Age of Oldest Message (s)" } - } + } EOF } diff --git a/common.tf b/common.tf index 3b9ecca..0fdfc32 100644 --- a/common.tf +++ b/common.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/ecs.tf b/ecs.tf index 7a7cc42..3f6329b 100644 --- a/ecs.tf +++ b/ecs.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/iam-policy-s3-buckets.tf b/iam-policy-s3-buckets.tf index 33b043b..4a1f2db 100644 --- a/iam-policy-s3-buckets.tf +++ b/iam-policy-s3-buckets.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/iam-policy-secretsmanager.tf b/iam-policy-secretsmanager.tf index 8524a03..c5f2036 100644 --- a/iam-policy-secretsmanager.tf +++ b/iam-policy-secretsmanager.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/iam-policy-sqs.tf b/iam-policy-sqs.tf index 7c2c04a..b1303d7 100644 --- a/iam-policy-sqs.tf +++ b/iam-policy-sqs.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/iam.tf b/iam.tf index 6e55b6c..ac4630a 100644 --- a/iam.tf +++ b/iam.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/sg.tf b/sg.tf index c0b2e15..b2c4b2d 100644 --- a/sg.tf +++ b/sg.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/sns.tf b/sns.tf index 723dc5d..98af4f7 100644 --- a/sns.tf +++ b/sns.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/sqs.tf b/sqs.tf index de21c5b..15a5bcb 100644 --- a/sqs.tf +++ b/sqs.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/templates.tf b/templates.tf index e2cca32..9281525 100644 --- a/templates.tf +++ b/templates.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/templates/shuntingyard-config.yml.tmpl b/templates/shuntingyard-config.yml.tmpl index bd38479..12847fd 100644 --- a/templates/shuntingyard-config.yml.tmpl +++ b/templates/shuntingyard-config.yml.tmpl @@ -1,5 +1,5 @@ --- -# Copyright (C) 2019 Expedia, Inc. +# Copyright (C) 2020 Expedia, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); source-catalog: @@ -14,6 +14,6 @@ event-receiver: sqs.queue: ${shuntingyard_sqs_queue} sqs.wait.time.seconds: ${shuntingyard_sqs_queue_wait_timeout} source-table-filter: - table-names: + table-names: ${selected_tables} ${orphaned_data_strategy} diff --git a/variables.tf b/variables.tf index ebc0cf1..0cfb1a9 100644 --- a/variables.tf +++ b/variables.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */ diff --git a/version.tf b/version.tf index e871fa7..4e81895 100644 --- a/version.tf +++ b/version.tf @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 Expedia, Inc. + * Copyright (C) 2020 Expedia, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); */