Skip to content

Commit

Permalink
Fix broken public example
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Jul 11, 2019
1 parent 0c489be commit 48c5d80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/runner-public/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ module "runner" {
vpc_id = module.vpc.vpc_id
subnet_ids_gitlab_runner = module.vpc.public_subnets
subnet_id_runners = element(module.vpc.public_subnets, 0)
aws_zone = "b"

docker_machine_spot_price_bid = "0.1"

runners_name = var.runner_name
runners_gitlab_url = var.gitlab_url
runners_environment_vars = ["KEY=Value", "FOO=bar"]

runners_privileged = "false"
runners_privileged = "false"
runners_mount_docker_socket = "true"

gitlab_runner_registration_config = {
Expand Down

0 comments on commit 48c5d80

Please sign in to comment.