Skip to content

Commit

Permalink
Add optional variable containing the ARNs of policies to be added to …
Browse files Browse the repository at this point in the history
…the runner.
  • Loading branch information
Matthias Kay committed Jul 20, 2020
1 parent a19eb28 commit 2ca6ae7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -578,3 +578,9 @@ variable "log_group_name" {
default = null
type = string
}

variable "runner_iam_policy_arns" {
type = list(string)
description = "List of policy ARNs to be added to the instance profile of the runners."
default = []
}

0 comments on commit 2ca6ae7

Please sign in to comment.