refactor(analyser): rename total_drifted to total_changed
parent
724975fb72
commit
c542a4063d
|
@ -25,7 +25,7 @@ type Difference struct {
|
|||
|
||||
type Summary struct {
|
||||
TotalResources int `json:"total_resources"`
|
||||
TotalDrifted int `json:"total_drifted"`
|
||||
TotalDrifted int `json:"total_changed"`
|
||||
TotalUnmanaged int `json:"total_unmanaged"`
|
||||
TotalDeleted int `json:"total_missing"`
|
||||
TotalManaged int `json:"total_managed"`
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"summary": {
|
||||
"total_resources": 6,
|
||||
"total_drifted": 1,
|
||||
"total_changed": 1,
|
||||
"total_unmanaged": 2,
|
||||
"total_missing": 2,
|
||||
"total_managed": 2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"summary": {
|
||||
"total_resources": 6,
|
||||
"total_drifted": 1,
|
||||
"total_changed": 1,
|
||||
"total_unmanaged": 2,
|
||||
"total_missing": 2,
|
||||
"total_managed": 2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"summary": {
|
||||
"total_resources": 0,
|
||||
"total_drifted": 0,
|
||||
"total_changed": 0,
|
||||
"total_unmanaged": 0,
|
||||
"total_missing": 0,
|
||||
"total_managed": 0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"summary": {
|
||||
"total_resources": 0,
|
||||
"total_drifted": 0,
|
||||
"total_changed": 0,
|
||||
"total_unmanaged": 0,
|
||||
"total_missing": 0,
|
||||
"total_managed": 0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"summary": {
|
||||
"total_resources": 1,
|
||||
"total_drifted": 1,
|
||||
"total_changed": 1,
|
||||
"total_unmanaged": 0,
|
||||
"total_missing": 0,
|
||||
"total_managed": 1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"summary": {
|
||||
"total_resources": 0,
|
||||
"total_drifted": 0,
|
||||
"total_changed": 0,
|
||||
"total_unmanaged": 0,
|
||||
"total_missing": 0,
|
||||
"total_managed": 0
|
||||
|
|
Loading…
Reference in New Issue