mirror of
https://github.com/0x1d/terraform-docker-packer.git
synced 2025-12-14 14:01:29 +01:00
699d9108957f7b24d75e4b0806275489fed0ae67
Terraform Docker Packer
This Terraform module serves as an abstraction to builds machine images from Packer configurations through Docker.
Requirements
| Name | Version |
|---|---|
| docker | ~> 3.0.1 |
Providers
| Name | Version |
|---|---|
| docker | 3.0.2 |
| local | 2.5.2 |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| docker_container.packer | resource |
| docker_image.packer | resource |
| local_file.packer_variables | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| packer_config | n/a | string |
n/a | yes |
| packer_image | n/a | string |
"mkaczanowski/packer-builder-arm:latest" |
no |
| packer_variables | n/a | any |
n/a | yes |
Outputs
No outputs.
Description
Languages
HCL
55.7%
Shell
44.3%