Skip to content

Instantly share code, notes, and snippets.

@medwig
Created April 16, 2019 00:25
Show Gist options
  • Save medwig/6cb3cb696b8c7cda6ef6c8e7bda02d52 to your computer and use it in GitHub Desktop.
Save medwig/6cb3cb696b8c7cda6ef6c8e7bda02d52 to your computer and use it in GitHub Desktop.
Codebuild terraform module with docker hub image
module "build" {
source = "git::https://github.com/cloudposse/terraform-aws-codebuild.git?ref=master"
privileged_mode = "true"
build_image = "docker.io/medwig/terraform_serverless:latest"
source_location = "https://github.com/your/repo"
source_type = "GITHUB"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment