Skip to content

Commit

Permalink
Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalomaki committed Oct 28, 2022
1 parent 94de942 commit 8fe47d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/prebuilt/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ module "runners" {
ami_filter = { name = [var.ami_name_filter] }
ami_owners = [data.aws_caller_identity.current.account_id]

# Look up runner AMI ID from an AWS SSM parameter (overrides ami_filter at instance launch time)
# NOTE: the parameter must be managed outside of this module (e.g. in a runner AMI build workflow)
# ami_id_ssm_parameter_name = "my-runner-ami-id"

# disable binary syncer since github agent is already installed in the AMI.
enable_runner_binaries_syncer = false

Expand Down

0 comments on commit 8fe47d6

Please sign in to comment.