Skip to content

compute_optimizer_ebs_volume_lines Tag Column is referencing the wrong column [55] should be column 56. #1331

@Doublecountersunk

Description

@Doublecountersunk

In the compute_optimizer_ebs_volume_lines table the schema is set so that the tags is referencing column 55, it is infact column 56. Consequently tags always return true/false on if it is a rootvolume not the expected tag values.

This is it:

It should be [note the following is NOT a duplicate of currentconfiguration_rootvolume, there is a column called rootvolume directly after it in the CSV's and before the tags column]:

                {
                    "Name": "rootVolume",
                    "Type": "string"
                },
                {
                    "Name": "tags",
                    "Type": "string"
                }

This bumps the tags along to column 56 and they then display correctly in the views.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions