Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 9, 2024
1 parent 560f053 commit 3349c41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/fluentd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module "latest" {
name = basename(path.module)
target_repository = var.target_repository
config = module.latest-config.config
build-dev = true
extra_dev_packages = local.fluentd_dev
}

Expand All @@ -38,6 +39,7 @@ module "latest-splunk" {
name = basename(path.module)
target_repository = var.target_repository
config = module.latest-config.config
build-dev = true
extra_packages = local.splunk
extra_dev_packages = local.fluentd_dev
}
Expand Down

0 comments on commit 3349c41

Please sign in to comment.