Skip to content

Commit

Permalink
Add support for terraform credentials in awxkit (ansible#14902)
Browse files Browse the repository at this point in the history
  • Loading branch information
CFSNM authored and Sasa Jovicic committed Feb 22, 2024
1 parent cc66b2c commit a848067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awxkit/awxkit/api/pages/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def config_cred_from_kind(kind):
'vault': 'vault',
'vmware vcenter': 'vmware',
'gpg public key': 'gpg_public_key',
'terraform backend configuration': 'terraform',
}

config_kind_to_credential_type_name_map = {kind: name for name, kind in credential_type_name_to_config_kind_map.items()}
Expand Down

0 comments on commit a848067

Please sign in to comment.