This repository has been archived on 2024-11-12. You can view files and clone it, but cannot push or open issues or pull requests.
iac/modules/vigil/terraform.tf

21 lines
370 B
Terraform
Raw Normal View History

2024-06-28 13:49:44 +00:00
terraform {
required_providers {
docker = {
source = "kreuzwerker/docker"
version = "~>3.0"
}
random = {
source = "hashicorp/random"
version = "~>3.3"
}
scratch = {
source = "BrendanThompson/scratch"
version = "~> 0.4"
}
2024-06-28 18:08:55 +00:00
local = {
source = "hashicorp/local"
version = "~>2.1"
}
2024-06-28 13:49:44 +00:00
}
}