Skip to content

Commit f0c78c2

Browse files
committed
Updated token_policies and token_ttl
1 parent 611e234 commit f0c78c2

File tree

1 file changed

+2
-2
lines changed
  • infrastructure-as-code/k8s-cluster-openshift-aws

1 file changed

+2
-2
lines changed

infrastructure-as-code/k8s-cluster-openshift-aws/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,6 @@ resource "vault_kubernetes_auth_backend_role" "role" {
203203
role_name = "demo"
204204
bound_service_account_names = ["cats-and-dogs"]
205205
bound_service_account_namespaces = ["default", "cats-and-dogs"]
206-
policies = ["${var.vault_user}"]
207-
ttl = 7200
206+
token_policies = ["${var.vault_user}"]
207+
token_ttl = 7200
208208
}

0 commit comments

Comments
 (0)