This commit is contained in:
patdyn 2024-06-27 14:24:53 +02:00
parent 07169c5b3d
commit 24579506ae

View file

@ -90,7 +90,7 @@ class TerraformDomain(Validateable):
return result
def uses_backend_git(self) -> bool:
if ProviderType.TERRAFORM_BACKEND_GIT in self.providers.keys():
if ProviderType.TERRAFORM_BACKEND_GIT in self.providers:
return True
return False