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
🤖 I have created a release *beep* *boop*
---
##
[6.4.1](6.4.0...6.4.1)
(2023-05-11)
### Reverts
* removes the `nonsensitive` from `runner_user_data` output
([#832](#832))
([3481b0d](3481b0d))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
---------
Signed-off-by: Niek Palm <dev.npalm@gmail.com>
Co-authored-by: cattle-ops-releaser[bot] <126345536+cattle-ops-releaser[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* removes the `nonsensitive` from `runner_user_data` output ([#832](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/832)) ([3481b0d](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/3481b0d5ac0ba35902de4379975bb82fd6e41d5c))
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -727,7 +727,7 @@ Made with [contributors-img](https://contrib.rocks).
727
727
| <aname="output_runner_role_arn"></a> [runner\_role\_arn](#output\_runner\_role\_arn)| ARN of the role used for the docker machine runners. |
728
728
| <aname="output_runner_role_name"></a> [runner\_role\_name](#output\_runner\_role\_name)| Name of the role used for the docker machine runners. |
729
729
| <aname="output_runner_sg_id"></a> [runner\_sg\_id](#output\_runner\_sg\_id)| ID of the security group attached to the docker machine runners. |
730
-
| <aname="output_runner_user_data"></a> [runner\_user\_data](#output\_runner\_user\_data)| The user data of the Gitlab Runner Agent's launch template. |
730
+
| <aname="output_runner_user_data"></a> [runner\_user\_data](#output\_runner\_user\_data)|(Deprecated) The user data of the Gitlab Runner Agent's launch template. Set `var.debug.output_runner_user_data_to_file` to true to write `user_data.sh`. |
0 commit comments