mirror of
https://github.com/0x1d/terraform-docker-packer.git
synced 2025-12-15 22:28:24 +01:00
provision image through Terraform
This commit is contained in:
8
providers.tf
Normal file
8
providers.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
docker = {
|
||||
source = "kreuzwerker/docker"
|
||||
version = "~> 3.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user