diff --git a/variables.tf b/variables.tf index 81f9a256e..e06f16390 100644 --- a/variables.tf +++ b/variables.tf @@ -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 = [] +}