Update BugFix Tofu Validate
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
docker = {
|
||||
source = "kreuzwerker/docker"
|
||||
version = "~> 3.9"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
locals {
|
||||
persistent = var.environment == "prod"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user