Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kpoxo6op/gitlab-runner-docker-windows

Demo Code for Registering Gitlab Runner With Docker Executor For Windows Article
https://github.com/kpoxo6op/gitlab-runner-docker-windows

docker gcp gitlab powershell terraform

Last synced: 27 days ago
JSON representation

Demo Code for Registering Gitlab Runner With Docker Executor For Windows Article

Awesome Lists containing this project

README

        

# Gitlab agent pwsh

Demo code for article

Create gitlab agent with terraform and powershell on GCP.
```sh
# follow docs
# gcp account
# billing enabled on projects
# ~/infra-admin-key.json
# ~/terraform-admin-key.json
source .env
terraform init
terraform plan
```