tgwrap 0.10.1__py3-none-any.whl → 0.10.2__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 +5 -2
- {tgwrap-0.10.1.dist-info → tgwrap-0.10.2.dist-info}/METADATA +2 -4
- {tgwrap-0.10.1.dist-info → tgwrap-0.10.2.dist-info}/RECORD +6 -6
- {tgwrap-0.10.1.dist-info → tgwrap-0.10.2.dist-info}/LICENSE +0 -0
- {tgwrap-0.10.1.dist-info → tgwrap-0.10.2.dist-info}/WHEEL +0 -0
- {tgwrap-0.10.1.dist-info → tgwrap-0.10.2.dist-info}/entry_points.txt +0 -0
tgwrap/main.py
CHANGED
@@ -2016,9 +2016,12 @@ Note:
|
|
2016
2016
|
exit_code = 0
|
2017
2017
|
self.printer.header('Inspection status:', print_line_before=True)
|
2018
2018
|
for k,v in results.items():
|
2019
|
-
msg = f"{v['type']}: {k}
|
2019
|
+
msg = f"""{v['type']}: {k}
|
2020
|
+
-> Resource: {v.get('inspect_status_code', 'NC')} ({v.get('inspect_message', 'not found')})""" # only since python 3.12 you can use things like \t and \n in an f-string
|
2020
2021
|
if 'rbac_assignment_status_code' in v:
|
2021
|
-
msg = msg + f
|
2022
|
+
msg = msg + f"""
|
2023
|
+
-> RBAC: {v['rbac_assignment_status_code']} ({v.get('rbac_assignment_message')})"
|
2024
|
+
""" # only since python 3.12 you can use things like \t and \n in an f-string
|
2022
2025
|
if v['inspect_status_code'] != 'OK' or v.get('rbac_assignment_status_code', 'OK') == 'NOK':
|
2023
2026
|
self.printer.error(msg=msg)
|
2024
2027
|
exit_code += 1
|
@@ -1,17 +1,15 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tgwrap
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.2
|
4
4
|
Summary: A (terragrunt) wrapper around a (terraform) wrapper around ....
|
5
5
|
Home-page: https://gitlab.com/lunadata/tgwrap
|
6
6
|
License: MIT
|
7
7
|
Keywords: terraform,terragrunt,terrasafe,python
|
8
8
|
Author: Gerco Grandia
|
9
9
|
Author-email: gerco.grandia@4synergy.nl
|
10
|
-
Requires-Python: >=3.
|
10
|
+
Requires-Python: >=3.12,<4.0
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
13
|
-
Classifier: Programming Language :: Python :: 3.10
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
15
13
|
Classifier: Programming Language :: Python :: 3.12
|
16
14
|
Requires-Dist: azure-core (>=1.30.2,<2.0.0)
|
17
15
|
Requires-Dist: azure-identity (>=1.17.1,<2.0.0)
|
@@ -4,10 +4,10 @@ tgwrap/cli.py,sha256=0SFzLJA-deut81Mpt6Giq77WK26vTDcajyFnPIHXR5c,31649
|
|
4
4
|
tgwrap/deploy.py,sha256=-fSk-Ix_HqrXY7KQX_L27TnFzIuhBHYv4xYJW6zRDN4,10243
|
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=WKxlREE4QmdZKTHivhWa3K5yI40amGlmjBs4y7oCTqw,88748
|
8
8
|
tgwrap/printer.py,sha256=frn1PARd8A28mkRCYR6ybN2x0NBULhNOutn4l2U7REY,2754
|
9
|
-
tgwrap-0.10.
|
10
|
-
tgwrap-0.10.
|
11
|
-
tgwrap-0.10.
|
12
|
-
tgwrap-0.10.
|
13
|
-
tgwrap-0.10.
|
9
|
+
tgwrap-0.10.2.dist-info/LICENSE,sha256=VT-AVxIXt3EQTC-7Hy1uPGnrDNJLqfcgLgJD78fiyx4,1065
|
10
|
+
tgwrap-0.10.2.dist-info/METADATA,sha256=TMYitOkytrAQdGcEIeCOeiyKLg5yAFtgnmiupyLiJjo,17476
|
11
|
+
tgwrap-0.10.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
12
|
+
tgwrap-0.10.2.dist-info/entry_points.txt,sha256=H8X0PMPmd4aW7Y9iyChZ0Ug6RWGXqhRUvHH-6f6Mxz0,42
|
13
|
+
tgwrap-0.10.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|