Skip to content

Commit

Permalink
Fix the human policy
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Dec 13, 2024
1 parent 9e79c8e commit f4401b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ resource "nomad_acl_policy" "manage_jobs" {
description = "Can manage jobs in the ${each.value} namespace"
rules_hcl = <<HCL
namespace "${each.value}" {
policies = ["read", "write"]
policy = "write"
}
HCL
}

0 comments on commit f4401b7

Please sign in to comment.