refactor(analyser): rename total_drifted to total_changed

main
sundowndev 2021-04-12 15:42:18 +02:00
parent 724975fb72
commit c542a4063d
7 changed files with 7 additions and 7 deletions

View File

@ -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"`

View File

@ -1,7 +1,7 @@
{
"summary": {
"total_resources": 6,
"total_drifted": 1,
"total_changed": 1,
"total_unmanaged": 2,
"total_missing": 2,
"total_managed": 2

View File

@ -1,7 +1,7 @@
{
"summary": {
"total_resources": 6,
"total_drifted": 1,
"total_changed": 1,
"total_unmanaged": 2,
"total_missing": 2,
"total_managed": 2

View File

@ -1,7 +1,7 @@
{
"summary": {
"total_resources": 0,
"total_drifted": 0,
"total_changed": 0,
"total_unmanaged": 0,
"total_missing": 0,
"total_managed": 0

View File

@ -1,7 +1,7 @@
{
"summary": {
"total_resources": 0,
"total_drifted": 0,
"total_changed": 0,
"total_unmanaged": 0,
"total_missing": 0,
"total_managed": 0

View File

@ -1,7 +1,7 @@
{
"summary": {
"total_resources": 1,
"total_drifted": 1,
"total_changed": 1,
"total_unmanaged": 0,
"total_missing": 0,
"total_managed": 1

View File

@ -1,7 +1,7 @@
{
"summary": {
"total_resources": 0,
"total_drifted": 0,
"total_changed": 0,
"total_unmanaged": 0,
"total_missing": 0,
"total_managed": 0