Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #73 - Conversion to terraform 0.12, example public converted to 0.12 * #73 - Conversion example runner-default to Terraform 0.12 * #73 - Conversion of examples to Terraform 0.12 * #73 - Conversion enable CI checks * #73 - Set correct version of terraform for travis build. * #73 - Clean up sample runner-public * Fix missing type * Add rquired tf version constraint * #73Sync for PR #89 * #73 - work around for docs generation based on cloudposse buildharnass * #73 Sync for PR #89 * #73 - Sync PR #86 * #73 - Sync PR #88 * #73 - Sync PR #88 - update docs * #73 - Sync PR #90 * #73 - update to terraform 0.12.3 and upgrade aws tf provider in examples * #73 - sync PR #93 * #73 - sync PR #94 * Mount docker socket (#95) * Adding optional Docker socket mount * Adding new variables to README, fixing PR template * Sorting variables in doc * Adding jq check&install * Fixing Docker socket mount * Updating runner-public example to mount Docker socket instead of running in privileged mode * Fix broken public example * Use runners_iam_instance_profile_name (#97) * Add ssh_key_pair override (#98) * Sync issue #91 / PR #96 * Sync issue #91 / PR #96 * Sync issue #91 / PR #96 * Update names for docker machine security-rules #102 * Change order of validate and check modules in CI * Add variable docker_machine_ssh_cidr_blocks allowing ssh ingress restriction #101 * Add variable docker_machine_role_json allowing role policy customization #100 * Update docs * Fix overwriting key pair * Fix overwriting key pair * Added IAM outputs, additional volumes mounts into runner, fix ssh var name (#99) * Mount docker socket (#1) * Adding optional Docker socket mount * Adding new variables to README, fixing PR template * Sorting variables in doc * Adding jq check&install * Fixing Docker socket mount * Use runners_iam_instance_profile_name (#2) * Added credentials ecr helper * Adding more useful outputs (#5) * Feature/terraform 0.12 mounts (#4) * Additional volumes support * Fixing output * Fixed outputs typos and added an example * Fixed outputs typos and added an example * move locals to separate file to fix formatting * format * Use indented heredoc * Feature/terraform 0.12 sync develop (#103) Sync develop branch to tf 0.12 branch * Fix misleading variable description (#86) * changed the description for the variable `enable_manage_gitlab_token`, since the second part of the description was misleading * rewritten the description of the variable `enable_manage_gitlab_token` based on feedback from PR * update changelog * ci script update (#90) * ci/bin/autodocs.sh: exit if dependencies are not installed (pandoc or terraform-docs) * ci/bin/verify-examples: make check for examples working and not print some obscure error messages * Adding docker pull policy Parameter (#89) * adding pull policy parameter * update documentation from master * runautodocs * regenerate README * adding paramter to allow specify docker-machine ami this allows us to also use the latest ubuntu 18.04 for the docker-machine instances * adding paramter to allow specify docker-machine ami (#88) this allows us to also use the latest ubuntu 18.04 for the docker-machine instances * Update docs * Release 3.6.0 * fix: availability zone in AWS region (#93) * fix: availability zone in AWS region * fix: use data source to determine az * fix: use a variable to determine timezone (#94) * fix: use a variable to determine timezone * fix: update documentation * Fix broken public example * Move cache to moudle (#96) FIx #91 * Release 3.7.0 * Add variable docker_machine_role_json allowing role policy customization (#100) * Add variable docker_machine_role_json allowing role policy customization * Update docs * Add variable docker_machine_ssh_cidr_blocks allowing ssh ingress restriction (#101) * Update names for docker machine security-rules (#102) * Fix merge mistake * Fix merge mistake * Add types to variables * Update docs * Update default runner version to 12.1.0 * Update default runner version to 12.1.0 * Fix formatting * Update docs * Update links
- Loading branch information