Add dotenv to actualbudget-service

This commit is contained in:
2025-08-18 22:42:10 +00:00
parent da4d8e1f3e
commit a62d9f3b1f
@@ -1,3 +1,10 @@
terraform {
required_providers {
dotenv = {
source = "germanbrew/dotenv"
}
}
}
locals {
container_name = "actualbudget"