orchestration-tests/nomad/acls.tf

6 lines
196 B
Terraform
Raw Normal View History

2022-03-22 04:26:04 +00:00
# resource "nomad_acl_policy" "create_post_bootstrap_policy" {
# name = "anonymous"
# description = "Anon RW"
# rules_hcl = file("${path.module}/acls/nomad-anon-bootstrap.hcl")
# }