tgwrap 0.11.2__py3-none-any.whl → 0.11.3__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/analyze.py +1 -1
- {tgwrap-0.11.2.dist-info → tgwrap-0.11.3.dist-info}/METADATA +3 -3
- {tgwrap-0.11.2.dist-info → tgwrap-0.11.3.dist-info}/RECORD +6 -6
- {tgwrap-0.11.2.dist-info → tgwrap-0.11.3.dist-info}/WHEEL +1 -1
- {tgwrap-0.11.2.dist-info → tgwrap-0.11.3.dist-info}/LICENSE +0 -0
- {tgwrap-0.11.2.dist-info → tgwrap-0.11.3.dist-info}/entry_points.txt +0 -0
tgwrap/analyze.py
CHANGED
@@ -34,6 +34,7 @@ def run_analyze(config, data, ignore_attributes, verbose=False):
|
|
34
34
|
|
35
35
|
detected_changes = get_resource_actions(data)
|
36
36
|
|
37
|
+
ignorable_updates = []
|
37
38
|
if config:
|
38
39
|
ts_default_levels = {
|
39
40
|
'low': 'ignore_deletion',
|
@@ -44,7 +45,6 @@ def run_analyze(config, data, ignore_attributes, verbose=False):
|
|
44
45
|
for criticallity, ts_level in ts_default_levels.items():
|
45
46
|
ts_config[ts_level] = [f"*{key}*" for key, value in config[criticallity].items() if value.get('terrasafe_level', ts_level) == ts_level]
|
46
47
|
|
47
|
-
ignorable_updates = []
|
48
48
|
for resource in detected_changes['updates']:
|
49
49
|
before = resource['change']['before']
|
50
50
|
after = resource['change']['after']
|
@@ -1,8 +1,7 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: tgwrap
|
3
|
-
Version: 0.11.
|
3
|
+
Version: 0.11.3
|
4
4
|
Summary: A (terragrunt) wrapper around a (terraform) wrapper around ....
|
5
|
-
Home-page: https://gitlab.com/lunadata/tgwrap
|
6
5
|
License: MIT
|
7
6
|
Keywords: terraform,terragrunt,terrasafe,python
|
8
7
|
Author: Gerco Grandia
|
@@ -26,6 +25,7 @@ Requires-Dist: python-hcl2 (>=4.3.2,<5.0.0)
|
|
26
25
|
Requires-Dist: pyyaml (>=6.0)
|
27
26
|
Requires-Dist: terrasafe (>=0.5.1,<0.6.0)
|
28
27
|
Project-URL: Documentation, https://gitlab.com/lunadata/tgwrap/
|
28
|
+
Project-URL: Homepage, https://gitlab.com/lunadata/tgwrap
|
29
29
|
Project-URL: Repository, https://gitlab.com/lunadata/tgwrap
|
30
30
|
Description-Content-Type: text/markdown
|
31
31
|
|
@@ -1,13 +1,13 @@
|
|
1
1
|
tgwrap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
tgwrap/analyze.py,sha256=
|
2
|
+
tgwrap/analyze.py,sha256=fuET7_L8b6rlv2qnKOYXSlIv5LArvZ39CPktCeQHo7A,10285
|
3
3
|
tgwrap/cli.py,sha256=9zvBop3Gm5B2b8K-zXVHEvRUCC7t5ffZUJZEpj1Fxtw,32186
|
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
7
|
tgwrap/main.py,sha256=Vzmy9GEuBT-T6TB_ZzN_lET5ihY0P-9WcPZ_MPCus_k,94366
|
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.3.dist-info/LICENSE,sha256=VT-AVxIXt3EQTC-7Hy1uPGnrDNJLqfcgLgJD78fiyx4,1065
|
10
|
+
tgwrap-0.11.3.dist-info/METADATA,sha256=Q2KwR6I-XkakoBPf2PCchgR5xlcOJJaG0In4V6DedJ8,17698
|
11
|
+
tgwrap-0.11.3.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
12
|
+
tgwrap-0.11.3.dist-info/entry_points.txt,sha256=H8X0PMPmd4aW7Y9iyChZ0Ug6RWGXqhRUvHH-6f6Mxz0,42
|
13
|
+
tgwrap-0.11.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|