Skip to content

Do not work with terraform-aws-modules/rds-aurora module #53

Description

@igorozerskii-pa

Changing cluster_instance_class from db.r7g.large to db.r7g.2xlarge via terraform-aws-modules/rds-aurora/aws produced no change in the reported cost.
The catalogue entry (resources/aws/aws_rds_cluster_instance.toml) refers to instance_class, but the rds-aurora module assigns it using try(coalesce(each.value.instance_class, var.cluster_instance_class), null).
c3x cannot follow that level of indirection, so it falls back to the catalogue default of db.r6g.large. When priced directly, it is correct ($1,227.13 vs $288.35 per month).

Practical effect: the delta column will miss instance class changes made through registry module variables. The report footer states that totals are a lower bound, and the --show-skipped warnings appear in the collapsed per-stack job log groups.

Metadata

Metadata

Assignees

No one assigned

    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