Make name of anon policy consistent between ansible and tf

This commit is contained in:
IamTheFij 2024-08-21 19:48:53 -07:00
parent 8e8dbc3e65
commit 84d7a68088
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
resource "nomad_acl_policy" "anon_policy" { resource "nomad_acl_policy" "anon_policy" {
name = "anonymous" name = "anonymous"
description = "Anon RO" description = "Anon read only"
rules_hcl = file("${path.module}/nomad-anon-policy.hcl") rules_hcl = file("${path.module}/nomad-anon-policy.hcl")
} }

View File

@ -298,7 +298,7 @@
- acl - acl
- policy - policy
- apply - apply
- -description="Anon read only" - -description=Anon read only
- anonymous - anonymous
- /tmp/anonymous.policy.hcl - /tmp/anonymous.policy.hcl
environment: environment: