Basic GitLab Group Runner resource "gitlab_group" "my_group" { name = "my runner" description = "group that holds the runners" } resource "gitlab_runner" ...
確定! 回上一頁