File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
examples/logs-slack-alerts Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ module "log_slack_alerts_example" {
24
24
providers = {
25
25
google = " google-beta"
26
26
}
27
- <<<<< << HEAD
28
27
source = " ../../"
29
28
project_id = " ${ var . project_id } "
30
29
job_name = " logs_query"
@@ -38,22 +37,6 @@ module "log_slack_alerts_example" {
38
37
topic_name = " logs_query_topic"
39
38
function_runtime = " python37"
40
39
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
57
40
SLACK_WEBHOOK = " ${ var . slack_webhook } " ,
58
41
DATASET_NAME = " ${ var . dataset_name } " ,
59
42
AUDIT_LOG_TABLE = " ${ var . audit_log_table } " ,
You can’t perform that action at this time.
0 commit comments