Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum authored May 29, 2024
1 parent fa05b06 commit 3cc771d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ module "runner-instance" {
type = var.runner_instance_type
}

runner_worker = {
ssm_access = true
}

runner_cloudwatch = {
enable = "true"
log_group_name = "${var.runner_name}"
Expand Down

0 comments on commit 3cc771d

Please sign in to comment.