provider "google" {}
data "google_client_config" "current" {}
module "docker_build" {
source = "../"
gcp_project = "${data.google_client_config.current.project}"
gcp_token = "${data.google_client_config.current.access_token}"
context = "${path.module}"
name = "test"
tag = "12"
}
output "image_info" {
value = "${module.docker_build.gcr_image_info}"
}
-
Notifications
You must be signed in to change notification settings - Fork 6
Build docker images and upload to Google Container Registry
License
rojopolis/terraform-google-docker-build
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Build docker images and upload to Google Container Registry
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published