Skip to content

Commit 38e01c0

Browse files
author
Theodore Siu
committed
Merge commits from rebase
1 parent 732561b commit 38e01c0

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

‎examples/logs-slack-alerts/main.tf

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module "log_slack_alerts_example" {
2424
providers = {
2525
google = "google-beta"
2626
}
27-
<<<<<<< HEAD
2827
source = "../../"
2928
project_id = "${var.project_id}"
3029
job_name = "logs_query"
@@ -38,22 +37,6 @@ module "log_slack_alerts_example" {
3837
topic_name = "logs_query_topic"
3938
function_runtime = "python37"
4039
function_environment_variables = {
41-
=======
42-
43-
source = "../../"
44-
project_id = "${var.project_id}"
45-
job_name = "logs_query"
46-
job_description = "Scheduled time to run audit query to check for errors"
47-
job_schedule = "55 * * * *"
48-
function_entry_point = "query_for_errors"
49-
function_source_directory = "${path.module}/function_source"
50-
function_name = "logs_query_alerting"
51-
function_description = "Cloud Function to query audit logs for errors"
52-
region = "${var.region}"
53-
topic_name = "logs_query_topic"
54-
function_runtime = "python37"
55-
function_environment_variables = {
56-
>>>>>>> 0dca521... Update main.tf
5740
SLACK_WEBHOOK = "${var.slack_webhook}",
5841
DATASET_NAME = "${var.dataset_name}",
5942
AUDIT_LOG_TABLE = "${var.audit_log_table}",

0 commit comments

Comments
 (0)