Makes it easier to use. ``` runner_label = "codebuild-${var.name}-$${{ github.run_id }}-$${{ github.run_attempt }}" tags = { runner-label: local.runner_label } description = "Runner label: codebuild-${local.runner_label}" ``` Also add to examples.