Skip to content

Commit

Permalink
chore(aws): Fix formatting for Autoscaling Group tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmgolub committed Apr 13, 2022
1 parent b3c2d08 commit 85a816a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/prices/prices.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 85a816a

Please sign in to comment.