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
cloudwatch_config: "(optional) Replaces the module default cloudwatch log config. See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.html for details."
223
224
userdata_pre_install: "Script to be ran before the GitHub Actions runner is installed on the EC2 instances"
224
225
userdata_post_install: "Script to be ran after the GitHub Actions runner is installed on the EC2 instances"
226
+
runner_binaries_s3_tags: "Map of tags that will be added to the S3 bucket used by the runner binaries syncer for this runner configuration. Note these are additional tags to the default tags."
225
227
runner_hook_job_started: "Script to be ran in the runner environment at the beginning of every job"
226
228
runner_hook_job_completed: "Script to be ran in the runner environment at the end of every job"
227
229
runner_ec2_tags: "Map of tags that will be added to the launch template instance tag specifications."
0 commit comments