From 342009b9738bb2a999d85c2623fafdd0a72f7f26 Mon Sep 17 00:00:00 2001 From: Gilbert Cherrie Date: Fri, 15 Mar 2024 13:30:52 -0400 Subject: [PATCH] Add embedded terraform core changes --- app/models/authentication.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/models/authentication.rb b/app/models/authentication.rb index c4387513d808..9a34d3709e33 100644 --- a/app/models/authentication.rb +++ b/app/models/authentication.rb @@ -82,9 +82,10 @@ def self.new(*args, &block) RETRYABLE_STATUS = %w[error unreachable].freeze CREDENTIAL_TYPES = { - :external_credential_types => 'ManageIQ::Providers::ExternalAutomationManager::Authentication', - :embedded_ansible_credential_types => 'ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Credential', - :workflows_credential_types => 'ManageIQ::Providers::Workflows::AutomationManager::Credential' + :external_credential_types => 'ManageIQ::Providers::ExternalAutomationManager::Authentication', + :embedded_ansible_credential_types => 'ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Credential', + :workflows_credential_types => 'ManageIQ::Providers::Workflows::AutomationManager::Credential', + :embedded_terraform_credential_types => 'ManageIQ::Providers::EmbeddedTerraform::AutomationManager::Credential' }.freeze # FIXME: To address problem with url resolution when displayed as a quadicon,