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:
9
examples/raspios/main.tf
Normal file
9
examples/raspios/main.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
module "raspios" {
|
||||
source = "../../"
|
||||
packer_config = "packer/raspios.pkr.hcl"
|
||||
provisioning_scripts = [
|
||||
"scripts/pi.sh",
|
||||
"scripts/docker.sh",
|
||||
"scripts/hashi.sh"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user