orchestration-tests/nomad/root.tf

8 lines
99 B
Terraform
Raw Normal View History

2022-03-22 04:26:04 +00:00
module "acls" {
source = "./acls"
}
2022-06-17 22:19:19 +00:00
module "storage_plugins" {
source = "./storage_plugins"
}