qontract-reconcile 0.10.1rc985__py3-none-any.whl → 0.10.1rc986__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qontract-reconcile
3
- Version: 0.10.1rc985
3
+ Version: 0.10.1rc986
4
4
  Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
5
5
  Home-page: https://github.com/app-sre/qontract-reconcile
6
6
  Author: Red Hat App-SRE Team
@@ -710,7 +710,7 @@ reconcile/utils/state.py,sha256=a_EO5u7__Pqd0_E3MqzUttJ-0xRtuxcNx5oQi5WIahI,1639
710
710
  reconcile/utils/structs.py,sha256=LcbLEg8WxfRqM6nW7NhcWN0YeqF7SQzxOgntmLs1SgY,352
711
711
  reconcile/utils/template.py,sha256=wTvRU4AnAV_o042tD4Mwls2dwWMuk7MKnde3MaCjaYg,331
712
712
  reconcile/utils/terraform_client.py,sha256=tCDVrfmFCB6lGfGhJt13VRkHxGy7Psw88KIze0r-JLo,31787
713
- reconcile/utils/terrascript_aws_client.py,sha256=vVUpJZRInTHRZOWr3XFxEon5Q7CIaNt3jhT5eM39UQ8,278023
713
+ reconcile/utils/terrascript_aws_client.py,sha256=algvq3oVsEzZwkn6To4lO9s9yuNHswLUndB6JWzTfZg,278033
714
714
  reconcile/utils/three_way_diff_strategy.py,sha256=oQcHXd9LVhirJfoaOBoHUYuZVGfyL2voKr6KVI34zZE,4833
715
715
  reconcile/utils/throughput.py,sha256=iP4UWAe2LVhDo69mPPmgo9nQ7RxHD6_GS8MZe-aSiuM,344
716
716
  reconcile/utils/vault.py,sha256=9GSNHku8tw5KM2LKpZ1myWYDLtLGUJgpSnD0DxbzeO0,14956
@@ -851,8 +851,8 @@ tools/test/test_qontract_cli.py,sha256=_D61RFGAN5x44CY1tYbouhlGXXABwYfxKSWSQx3Jr
851
851
  tools/test/test_saas_promotion_state.py,sha256=dy4kkSSAQ7bC0Xp2CociETGN-2aABEfL6FU5D9Jl00Y,6056
852
852
  tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
853
853
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
854
- qontract_reconcile-0.10.1rc985.dist-info/METADATA,sha256=6LHjMZZMBaGEpwXw6RRgJTCc4uog6hygujeZ8nFtqV0,2262
855
- qontract_reconcile-0.10.1rc985.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
856
- qontract_reconcile-0.10.1rc985.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
857
- qontract_reconcile-0.10.1rc985.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
858
- qontract_reconcile-0.10.1rc985.dist-info/RECORD,,
854
+ qontract_reconcile-0.10.1rc986.dist-info/METADATA,sha256=oXTaJ3cDNlVmTTCCQ0WdL04-aQ5MBbbtgFQpjKi8KtU,2262
855
+ qontract_reconcile-0.10.1rc986.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
856
+ qontract_reconcile-0.10.1rc986.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
857
+ qontract_reconcile-0.10.1rc986.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
858
+ qontract_reconcile-0.10.1rc986.dist-info/RECORD,,
@@ -1236,7 +1236,7 @@ class TerrascriptClient: # pylint: disable=too-many-public-methods
1236
1236
  vpc_endpoint_values = {
1237
1237
  "source": "terraform-aws-modules/vpc/aws//modules/vpc-endpoints",
1238
1238
  "version": vpc_module_version,
1239
- "vpc_id": vpc_module.vpc_id,
1239
+ "vpc_id": f"${{{vpc_module.vpc_id}}}",
1240
1240
  "endpoints": {
1241
1241
  "s3": {
1242
1242
  "service": "s3",