layout: "vault" page_title: "Vault: vault_aws_auth_backend_roletag_blacklist resource" sidebar_current: "docs-vault-resource-aws-auth-backend-roletag-blacklist description: |-

» Configures the periodic tidying operation of the blacklisted role tag entries.

» vault_aws_auth_backend_roletag_blacklist

Configures the periodic tidying operation of the blacklisted role tag entries.

» Example Usage

resource "vault_auth_backend" "example" {
  type = "aws"
}

resource "vault_aws_auth_backend_roletag_blacklist" "example" {
  backend       = "${vault_auth_backend.example.path}"
  safety_buffer = 360
}

» Argument Reference

The following arguments are supported:

» Attributes Reference

No additional attributes are exported by this resource.