tgwrap 0.11.5__py3-none-any.whl → 0.11.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tgwrap/main.py +3 -3
- {tgwrap-0.11.5.dist-info → tgwrap-0.11.6.dist-info}/METADATA +1 -1
- {tgwrap-0.11.5.dist-info → tgwrap-0.11.6.dist-info}/RECORD +6 -6
- {tgwrap-0.11.5.dist-info → tgwrap-0.11.6.dist-info}/LICENSE +0 -0
- {tgwrap-0.11.5.dist-info → tgwrap-0.11.6.dist-info}/WHEEL +0 -0
- {tgwrap-0.11.5.dist-info → tgwrap-0.11.6.dist-info}/entry_points.txt +0 -0
tgwrap/main.py
CHANGED
@@ -1110,7 +1110,7 @@ class TgWrap():
|
|
1110
1110
|
json_stmt = "-json"
|
1111
1111
|
|
1112
1112
|
self.printer.verbose('Use native terraform for module selection')
|
1113
|
-
cmd = f"
|
1113
|
+
cmd = f"tf show {json_stmt} {self.PLANFILE_NAME}"
|
1114
1114
|
|
1115
1115
|
# the `posix=False` is to prevent the split command to remove quotes from strings,
|
1116
1116
|
# e.g. when executing commands like this:
|
@@ -1291,12 +1291,12 @@ class TgWrap():
|
|
1291
1291
|
terragrunt_args=tg_args_list,
|
1292
1292
|
)
|
1293
1293
|
else:
|
1294
|
-
self.printer.verbose('Use native terraform for module selection')
|
1294
|
+
self.printer.verbose('Use native terraform or tofu (by using tf) for module selection')
|
1295
1295
|
use_native_terraform = True
|
1296
1296
|
# the 'tf' command is part of tenv and determines, based on the existence of .opentofu-version or .terraform-version
|
1297
1297
|
# whether to use terraform or opentofu
|
1298
1298
|
cmd = f"tf show -json {self.PLANFILE_NAME}"
|
1299
|
-
|
1299
|
+
|
1300
1300
|
config = None
|
1301
1301
|
if analyze_config:
|
1302
1302
|
self.printer.verbose(
|
@@ -4,10 +4,10 @@ tgwrap/cli.py,sha256=7VPowJ9DtbtbOsl5s01Vj0rsMTQuin5KhvOTbNTSQZA,33551
|
|
4
4
|
tgwrap/deploy.py,sha256=gwFdRDzJWjkmEzZ8b0GUSrgvJeOKnpnJm1c6mM80OcY,10259
|
5
5
|
tgwrap/inspector-resources-template.yml,sha256=Mos8NDzzZ3VxdXgeiVL9cmQfRcIXIHMLf79_KLwdXu8,3297
|
6
6
|
tgwrap/inspector.py,sha256=5pW7Ex1lkKRoXY6hZGbCNmSD2iRzgMSfqi9w7gb-AcY,16990
|
7
|
-
tgwrap/main.py,sha256=
|
7
|
+
tgwrap/main.py,sha256=0SjSHx78FujmmmQ8vYK2CJn4UEDhlNRVLFCXcToce8g,95885
|
8
8
|
tgwrap/printer.py,sha256=frn1PARd8A28mkRCYR6ybN2x0NBULhNOutn4l2U7REY,2754
|
9
|
-
tgwrap-0.11.
|
10
|
-
tgwrap-0.11.
|
11
|
-
tgwrap-0.11.
|
12
|
-
tgwrap-0.11.
|
13
|
-
tgwrap-0.11.
|
9
|
+
tgwrap-0.11.6.dist-info/LICENSE,sha256=VT-AVxIXt3EQTC-7Hy1uPGnrDNJLqfcgLgJD78fiyx4,1065
|
10
|
+
tgwrap-0.11.6.dist-info/METADATA,sha256=Y9vs2jMnGp-SB7XAVIKwr3FPLx_w9Sbnt0iPDkag5ZA,18355
|
11
|
+
tgwrap-0.11.6.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
12
|
+
tgwrap-0.11.6.dist-info/entry_points.txt,sha256=H8X0PMPmd4aW7Y9iyChZ0Ug6RWGXqhRUvHH-6f6Mxz0,42
|
13
|
+
tgwrap-0.11.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|