Configures the secret sync global config. The config is global and can only be managed in the root namespace.
resource "vault_secrets_sync_config" "global_config" {
disabled = true
queue_capacity = 500000
}
The following arguments are supported:
namespace
- (Optional) The namespace to provision the resource in.
This resource can only be configured in the root namespace.
Available only for Vault Enterprise.
disabled
- (Optional) Disables the syncing process between Vault and external destinations. Defaults to false
.
queue_capacity
- (Optional) Maximum number of pending sync operations allowed on the queue. Defaults to 1000000
.
No additional attributes are exported by this resource.
$ terraform import vault_secrets_sync_config.config global_config