Skip to content

Commit 4fc6fdd

Browse files
author
Néstor Salceda
authored
fix: Fix configuration indentation (#8)
1 parent 2dcbd24 commit 4fc6fdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/cloud-connector/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ rules:
3030
- directory:
3131
path: /rules/auditlog
3232
ingestors:
33-
- auditlog:
34-
project: ${data.google_project.project.name}
35-
interval: 30s
33+
- auditlog:
34+
project: ${data.google_project.project.name}
35+
interval: 30s
3636
notifiers: []
3737
EOF
3838
config_content = var.config_content == null && var.config_source == null ? local.default_config : var.config_content

0 commit comments

Comments
 (0)