vault_secrets_sync_config

Configures the secret sync global config. The config is global and can only be managed in the root namespace.

Example Usage

resource "vault_secrets_sync_config" "global_config" {
  disabled       = true
  queue_capacity = 500000
}

Argument Reference

The following arguments are supported:

Attributes Reference

No additional attributes are exported by this resource.

Import

$ terraform import vault_secrets_sync_config.config global_config