Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Fix: Adding repos parameter to payload (#27)
Browse files Browse the repository at this point in the history
repos parameter was not added correctly from #24 reviews
  • Loading branch information
Anouar authored Nov 24, 2021
1 parent 65c1ca2 commit 0b62c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ resource "google_cloud_scheduler_job" "this" {
allow_tagged = tobool(each.value.allow_tagged),
grace = each.value.grace,
keep = tonumber(each.value.keep),
repos = [each.value.repo],
tag_filter = each.value.tag_filter,
recursive = tobool(each.value.recursive),
}))
Expand Down

0 comments on commit 0b62c57

Please sign in to comment.