Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored May 10, 2024
1 parent 4fe5e81 commit 993de0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/automatic-labelling-from-localhost/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module "event_project_log_entry" {
filter = "protoPayload.@type=\"type.googleapis.com/google.cloud.audit.AuditLog\" protoPayload.methodName:insert operation.first=true"
name = random_pet.main.id
project_id = var.project_id
labels = {}
}

module "localhost_function" {
Expand Down

0 comments on commit 993de0f

Please sign in to comment.