Retrieve information on an ACL Policy.
data "nomad_acl_policy" "my_policy" {
name = "my-policy"
}
The following attributes are exported:
name
(string)
- the name of the ACL Policy.description
(string)
- the description of the ACL Policy.rules
(string)
- the ACL Policy rules in HCL format.