Add new credential type to support Terraform backend configuration (#14828)

* Add new credential type to support configuration of Terraform Backend

* Fix unit tests
This commit is contained in:
Bikouo Aubin
2024-02-12 16:47:24 +01:00
committed by GitHub
parent 56b6a07f6e
commit 55c6a319dc
4 changed files with 50 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ def test_default_cred_types():
'satellite6',
'scm',
'ssh',
'terraform',
'thycotic_dsv',
'thycotic_tss',
'vault',