Skip to content

Commit e9a1e5b

Browse files
wojukasznpalmMatthias Kay
authored
feat: Add option to attach additional policies to the runner agent instance (#258)
* Add optional variable containing the ARNs of policies to be added to the runner. * Correct indendation. * Create the policy attachements. * Fix errors raised by "terraform validate". * Update readme via pre-commit * Fixing policy variable description Co-authored-by: Niek Palm <[email protected]> Co-authored-by: Matthias Kay <[email protected]>
1 parent ba2eb70 commit e9a1e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,6 @@ variable "log_group_name" {
630630

631631
variable "runner_iam_policy_arns" {
632632
type = list(string)
633-
description = "List of policy ARNs to be added to the instance profile of the runners."
633+
description = "List of policy ARNs to be added to the instance profile of the gitlab runner agent ec2 instance."
634634
default = []
635635
}

0 commit comments

Comments
 (0)