mux_tf 0.17.1 → 0.17.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4daae54b1c3dec534cbea1d885966275435c29d6a528afac0a406c574fe5d559
4
- data.tar.gz: 5c92881a86eac6d57e955a4194fa78119f5e86934d0b52cbacff473a3d8ddb1a
3
+ metadata.gz: 80853baebafb9d6d3ec72304a8923678287f46c929bd59ce7b2e854780b8ebe1
4
+ data.tar.gz: dfe50f16c1b43bbabc0eb34d7efce9095a8d42e4fe3f173f26e50f8761cad508
5
5
  SHA512:
6
- metadata.gz: e1ff3f7eb9936e8eeb0c1f56463405cba9f2b996ac3ff05aee914698ee447befec00ae845ec14328ab7b2e6e80201a63ae7d99dcd5ac424584843ec2091c724e
7
- data.tar.gz: bb01ac4e5fbfe60f3ea9aadab25c42543c53c55757c86da14e2ab1eef1d707b35a5b76f9bacb4d075eca00fa58c16eb278cffe1497612ac6cca91b5bb0934caa
6
+ metadata.gz: caf31dd65af4624d66e641219d36ac1fb10885ffed4c20bcd31d0708a504b7b930ed69286a25a5ac1994f89cb736e172869c2023c2e90b7613098611e953ee87
7
+ data.tar.gz: ba1fb959695f3cd1eb45734ca3875a80811bfc59a5da38e0c7b7220784fd203f86951e6aa1877bbeb68768152ff737c899d1aa91e7537658d3103eb9671b15be
@@ -114,8 +114,7 @@ module MuxTf
114
114
  # }
115
115
  # noop
116
116
  when "resource_drift"
117
- first_in_group = !seen.call(parsed_line[:module], "resource_drift") &&
118
- !seen.call(parsed_line[:module], "planned_change")
117
+ first_in_group = !seen.call(parsed_line[:module], "resource_drift")
119
118
  # {
120
119
  # :change=>{
121
120
  # "resource"=>{"addr"=>"module.application.kubectl_manifest.application", "module"=>"module.application", "resource"=>"kubectl_manifest.application", "implied_provider"=>"kubectl", "resource_type"=>"kubectl_manifest", "resource_name"=>"application", "resource_key"=>nil},
@@ -125,7 +124,7 @@ module MuxTf
125
124
  if first_in_group
126
125
  log ""
127
126
  log ""
128
- log "Planned Changes:"
127
+ log "Detected Drift:"
129
128
  end
130
129
  # {
131
130
  # :change=>{
@@ -148,8 +147,7 @@ module MuxTf
148
147
  if skip_plan_summary
149
148
  log "" if first_in_group
150
149
  else
151
- first_in_group = !seen.call(parsed_line[:module], "resource_drift") &&
152
- !seen.call(parsed_line[:module], "planned_change")
150
+ first_in_group = !seen.call(parsed_line[:module], "planned_change")
153
151
  # {
154
152
  # :change=>
155
153
  # {"resource"=>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MuxTf
4
- VERSION = "0.17.1"
4
+ VERSION = "0.17.2"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mux_tf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 0.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Banasik
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-05-12 00:00:00.000000000 Z
10
+ date: 2025-05-13 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport