Add TODOs

This commit is contained in:
patdyn 2024-06-27 12:43:38 +02:00
parent d6b6cb7a72
commit 26da85487f

View file

@ -1,6 +1,8 @@
from typing import List, Dict, Set, Any
from .common import Validateable, CredentialMappingDefault
# TODO: Add a 'git_as_backend' option
# TODO: Check this option at the right places
class TerraformBackendGit(Validateable, CredentialMappingDefault):
def __init__(
self,