Skip to content

Commit

Permalink
Add separator in example for prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Mar 13, 2023
1 parent 603f3d4 commit e12f2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ module "runners" {
enable_user_data_debug_logging_runner = true

# prefix GitHub runners with the environment name
runner_name_prefix = local.environment
runner_name_prefix = "${local.environment}_"
}

0 comments on commit e12f2cb

Please sign in to comment.