diff --git a/internal/prices/prices.go b/internal/prices/prices.go index af6831f8bb0..32f280dfa0a 100644 --- a/internal/prices/prices.go +++ b/internal/prices/prices.go @@ -107,7 +107,7 @@ func setCostComponentPrice(ctx *config.RunContext, currency string, r *schema.Re } if len(products) > 1 { - log.Warnf("Multiple products found for %s %s, filtering those with prices", r.Name, c.Name) + log.Debugf("Multiple products found for %s %s, filtering those with prices", r.Name, c.Name) } // Some resources may have identical records in CPAPI for the same product diff --git a/internal/providers/terraform/aws/testdata/autoscaling_group_test/autoscaling_group_test.tf b/internal/providers/terraform/aws/testdata/autoscaling_group_test/autoscaling_group_test.tf index 1644dd7f6f8..96573ea2aef 100644 --- a/internal/providers/terraform/aws/testdata/autoscaling_group_test/autoscaling_group_test.tf +++ b/internal/providers/terraform/aws/testdata/autoscaling_group_test/autoscaling_group_test.tf @@ -432,10 +432,10 @@ module "asg-lt" { min_size = 0 max_size = 2 desired_capacity = 1 - block_device_mappings = [ + block_device_mappings = [ { device_name = "/dev/xvdf" - ebs = { + ebs = { volume_size = 10 } }