You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/multi-runner/variables.tf
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -718,3 +718,20 @@ variable "user_agent" {
718
718
type=string
719
719
default="github-aws-runners"
720
720
}
721
+
722
+
variable"iam_overrides" {
723
+
description="This map provides the possibility to override some IAM defaults. The following attributes are supported: `instance_profile_name` overrides the instance profile name used in the launch template. `runner_role_arn` overrides the IAM role ARN used for the runner instances."
Copy file name to clipboardExpand all lines: modules/runners/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ variable "subnet_ids" {
36
36
}
37
37
38
38
variable"overrides" {
39
-
description="This map provides the possibility to override some defaults. The following attributes are supported: `name_sg` overrides the `Name` tag for all security groups created by this module. `name_runner` overrides the `Name` tag for the ec2 instance defined in the auto launch configuration. `instance_profile_name` overrides the instance profile name used in the launch template."
39
+
description="This map provides the possibility to override some defaults. The following attributes are supported: `name_sg` overrides the `Name` tag for all security groups created by this module. `name_runner_agent_instance` overrides the `Name` tag for the ec2 instance defined in the auto launch configuration. `name_docker_machine_runners` overrides the `Name` tag spot instances created by the runner agent."
0 commit comments