Created
April 16, 2019 00:25
-
-
Save medwig/6cb3cb696b8c7cda6ef6c8e7bda02d52 to your computer and use it in GitHub Desktop.
Codebuild terraform module with docker hub image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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