Skip to content

Commit 2ee7ced

Browse files
Add descriptions
Reorg directories, binaries (1), and typer instantiation
1 parent 8fc1dca commit 2ee7ced

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

main.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@
1717
client_secret = config('CLIENT_SECRET')
1818
tenant_id = config('TENANT_ID')
1919

20-
tf = "terraform"
20+
# dirs
2121
tld = "terraform"
2222
tf_dir = str(Path(f"{tld}/linux").resolve())
2323
ch_dir = f"-chdir={tf_dir}"
24-
2524
ans_dir = str(Path("ansible").resolve())
2625

26+
# bin
27+
tf = "terraform"
28+
29+
# typer init
2730
app = typer.Typer(context_settings={
2831
"help_option_names": ["-h", "--help"]}
2932
)

0 commit comments

Comments
 (0)