Perform apply 25-10-2023

This commit is contained in:
Marc Fokkert
2023-10-25 17:13:07 +02:00
parent 0636be99d9
commit d0bce81142
10 changed files with 839 additions and 1040 deletions

5
docker-raspberrypi.tf Normal file
View File

@@ -0,0 +1,5 @@
provider "docker" {
alias = "docker-pi"
host = "tcp://172.16.0.7:2376"
cert_path = pathexpand(".docker-rp")
}