Add TODOs
This commit is contained in:
parent
d6b6cb7a72
commit
26da85487f
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
from typing import List, Dict, Set, Any
|
from typing import List, Dict, Set, Any
|
||||||
from .common import Validateable, CredentialMappingDefault
|
from .common import Validateable, CredentialMappingDefault
|
||||||
|
|
||||||
|
# TODO: Add a 'git_as_backend' option
|
||||||
|
# TODO: Check this option at the right places
|
||||||
class TerraformBackendGit(Validateable, CredentialMappingDefault):
|
class TerraformBackendGit(Validateable, CredentialMappingDefault):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Reference in a new issue