fix: fix rolename

- had duplicate role
- change policy name to match approle
This commit is contained in:
Ben Vincent 2025-01-11 21:08:18 +11:00
parent 99b643b458
commit d0214520f1
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,5 @@
resource "vault_approle_auth_backend_role" "packer_builder" { resource "vault_approle_auth_backend_role" "packer_builder" {
role_name = "terraform_nomad" role_name = "packer_builder"
bind_secret_id = false bind_secret_id = false
token_policies = [ token_policies = [
"default_access", "default_access",

View File

@ -1,3 +0,0 @@
path "kv/data/service/packer/builder/env" {
capabilities = ["read"]
}