provision image through Terraform

This commit is contained in:
2025-04-22 14:12:07 +02:00
parent 2304a5f7c7
commit a783782187
11 changed files with 103 additions and 116 deletions

8
providers.tf Normal file
View File

@@ -0,0 +1,8 @@
terraform {
required_providers {
docker = {
source = "kreuzwerker/docker"
version = "~> 3.0.1"
}
}
}