Make name of anon policy consistent between ansible and tf
This commit is contained in:
parent
8e8dbc3e65
commit
84d7a68088
@ -1,6 +1,6 @@
|
||||
resource "nomad_acl_policy" "anon_policy" {
|
||||
name = "anonymous"
|
||||
description = "Anon RO"
|
||||
description = "Anon read only"
|
||||
rules_hcl = file("${path.module}/nomad-anon-policy.hcl")
|
||||
}
|
||||
|
||||
|
@ -298,7 +298,7 @@
|
||||
- acl
|
||||
- policy
|
||||
- apply
|
||||
- -description="Anon read only"
|
||||
- -description=Anon read only
|
||||
- anonymous
|
||||
- /tmp/anonymous.policy.hcl
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user