♻️: store metadata to S3
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s

This commit is contained in:
Clément VÉRET
2025-09-04 09:57:02 +02:00
parent 39ea2bac5d
commit 12e80f6a48
3 changed files with 14 additions and 10 deletions

View File

@@ -1,9 +1,3 @@
terraform {
backend "local" {
path = "${var.HOME}/Nextcloud/tofu/terraform.tfstate"
}
}
module "lxc" {
source = "./proxmox_lxc_container"