image-manager
jd4883/image-manager/docker
Terraform Module
HCL
DOCKER
A terraform module that is fed in attributes about a docker image, and spits out relevant output data. Used in conjunction with other modules to get a unique list of images
Install
module "image-manager" {
source = "jd4883/image-manager/docker"
version = "1.6.3"
}
README
terraform-docker-image-manager A terraform module that is fed in attributes about a docker image, and spits out relevant output data. Used in conjunction with other modules to get a unique list of images
Inputs (5)
| Name | Type | Description | Default |
|---|---|---|---|
| image | string | required | |
| build | map(string) | {} | |
| keep_locally | bool | false | |
| force_remove | bool | true | |
| tag | string | "latest" |
Outputs (2)
idnameResources (1)
docker_image
Details
FrameworkTerraform Module
LanguageHCL
Version1.6.3
Cloud DOCKER
Total downloads1.1k
Inputs5
Outputs2
Resources1
Namespacejd4883
Updated