From bbf27665b1f7c619bb9ee4b40d77dc94a9a46a91 Mon Sep 17 00:00:00 2001 From: joe miller Date: Tue, 10 Sep 2019 17:44:33 -0700 Subject: [PATCH] docs: vault_token_auth_backend_role does not support token_policies attribute According to https://www.vaultproject.io/api/auth/token/index.html#create-update-token-role the vault_token_auth_backend_role does not support the new Vault 1.2+ `token_policies` attribute. Attempting to use this will result in Terraform attempting to re-add this attribute to the resource on every `apply` invocation. --- website/docs/r/token_auth_backend_role.html.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/r/token_auth_backend_role.html.md b/website/docs/r/token_auth_backend_role.html.md index 294d48a8d..2b33c77f5 100644 --- a/website/docs/r/token_auth_backend_role.html.md +++ b/website/docs/r/token_auth_backend_role.html.md @@ -55,8 +55,6 @@ These arguments are common across several Authentication Token resources since V * `token_max_ttl` - (Optional) The maximum lifetime for generated tokens in number of seconds. Its current value will be referenced at renewal time. -* `token_policies` - (Optional) List of policies to encode onto generated tokens. Depending - on the auth method, this list may be supplemented by user/group/other values. * `token_bound_cidrs` - (Optional) List of CIDR blocks; if set, specifies blocks of IP addresses which can authenticate successfully, and ties the resulting token to these blocks