model: use correct "replication_performance_mode" JSON field
All checks were successful
continuous-integration/drone/push Build is passing

The official docs incorrectly state "replication_perf_mode" which was
renamed to "replication_performance_mode" way back in Vault 0.9. We now
use the correct field name that is emitted by the API.
This commit is contained in:
2021-12-27 18:54:49 +01:00
parent dbb21f85bf
commit dc4b62496a
8 changed files with 21 additions and 12 deletions

View File

@ -6,10 +6,10 @@ jobs:
strategy:
matrix:
jdk: [ 11, 17 ]
vault: [ '1.9.0' ]
vault: [ '1.9.2' ]
include:
- jdk: 11
vault: '1.9.0'
vault: '1.9.2'
analysis: true
steps:
- name: Checkout