Skip to content

Commit

Permalink
Fix issue with terraform providers versions (#44)
Browse files Browse the repository at this point in the history
* Fix issue with terraform providers versions

* Update mock_provider.tf

* Update mock_provider.tf

* Update versions.tf
  • Loading branch information
jnonino authored May 17, 2022
1 parent 117cbab commit 82f5a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/test/mock_provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
local = {
source = "hashicorp/local"
version = "2.1.0"
version = ">= 2"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
local = {
source = "hashicorp/local"
version = ">= 2.2.2"
version = ">= 2"
}
}
}

2 comments on commit 82f5a72

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ’° Infracost estimate: monthly cost will increase by $148 πŸ“ˆ

Project Previous New Diff
cn-terraform/terraform-aws-ecs-fargate-service $0 $148 +$148
Infracost output
Project: cn-terraform/terraform-aws-ecs-fargate-service

+ module.base-network.aws_nat_gateway.nat_gw[0]
  +$32.85

    + NAT gateway
      +$32.85

    + Data processed
      Monthly cost depends on usage
        +$0.045 per GB

+ module.base-network.aws_nat_gateway.nat_gw[1]
  +$32.85

    + NAT gateway
      +$32.85

    + Data processed
      Monthly cost depends on usage
        +$0.045 per GB

+ module.base-network.aws_nat_gateway.nat_gw[2]
  +$32.85

    + NAT gateway
      +$32.85

    + Data processed
      Monthly cost depends on usage
        +$0.045 per GB

+ module.base-network.aws_nat_gateway.nat_gw[3]
  +$32.85

    + NAT gateway
      +$32.85

    + Data processed
      Monthly cost depends on usage
        +$0.045 per GB

+ module.service.aws_ecs_service.service
  $0.00

    + Per GB per hour
      $0.00

    + Per vCPU per hour
      $0.00

+ module.service.module.ecs-alb.aws_lb.lb
  +$16.43

    + Application load balancer
      +$16.43

    + Load balancer capacity units
      Monthly cost depends on usage
        +$5.84 per LCU

+ module.service.module.ecs-alb.aws_s3_bucket.logs
  Monthly cost depends on usage

    + Standard
    
        + Storage
          Monthly cost depends on usage
            +$0.023 per GB
    
        + PUT, COPY, POST, LIST requests
          Monthly cost depends on usage
            +$0.005 per 1k requests
    
        + GET, SELECT, and all other requests
          Monthly cost depends on usage
            +$0.0004 per 1k requests
    
        + Select data scanned
          Monthly cost depends on usage
            +$0.002 per GB
    
        + Select data returned
          Monthly cost depends on usage
            +$0.0007 per GB

+ module.service.module.ecs-autoscaling[0].aws_cloudwatch_metric_alarm.cpu_high
  +$0.10

    + Standard resolution
      +$0.10

+ module.service.module.ecs-autoscaling[0].aws_cloudwatch_metric_alarm.cpu_low
  +$0.10

    + Standard resolution
      +$0.10

Monthly cost change for cn-terraform/terraform-aws-ecs-fargate-service
Amount:  +$148 ($0.00 β†’ $148)

──────────────────────────────────
Key: ~ changed, + added, - removed

67 cloud resources were detected:
βˆ™ 10 were estimated, 6 of which include usage-based costs, see https://infracost.io/usage-file
βˆ™ 57 were free, rerun with --show-skipped to see details
Is this comment useful? Yes, No

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ’° Infracost estimate: monthly cost will increase by $148 πŸ“ˆ

Project Previous New Diff
cn-terraform/terraform-aws-ecs-fargate-service $0 $148 +$148
Infracost output
Project: cn-terraform/terraform-aws-ecs-fargate-service

+ module.base-network.aws_nat_gateway.nat_gw[0]
  +$32.85

    + NAT gateway
      +$32.85

    + Data processed
      Monthly cost depends on usage
        +$0.045 per GB

+ module.base-network.aws_nat_gateway.nat_gw[1]
  +$32.85

    + NAT gateway
      +$32.85

    + Data processed
      Monthly cost depends on usage
        +$0.045 per GB

+ module.base-network.aws_nat_gateway.nat_gw[2]
  +$32.85

    + NAT gateway
      +$32.85

    + Data processed
      Monthly cost depends on usage
        +$0.045 per GB

+ module.base-network.aws_nat_gateway.nat_gw[3]
  +$32.85

    + NAT gateway
      +$32.85

    + Data processed
      Monthly cost depends on usage
        +$0.045 per GB

+ module.service.aws_ecs_service.service
  $0.00

    + Per GB per hour
      $0.00

    + Per vCPU per hour
      $0.00

+ module.service.module.ecs-alb.aws_lb.lb
  +$16.43

    + Application load balancer
      +$16.43

    + Load balancer capacity units
      Monthly cost depends on usage
        +$5.84 per LCU

+ module.service.module.ecs-alb.aws_s3_bucket.logs
  Monthly cost depends on usage

    + Standard
    
        + Storage
          Monthly cost depends on usage
            +$0.023 per GB
    
        + PUT, COPY, POST, LIST requests
          Monthly cost depends on usage
            +$0.005 per 1k requests
    
        + GET, SELECT, and all other requests
          Monthly cost depends on usage
            +$0.0004 per 1k requests
    
        + Select data scanned
          Monthly cost depends on usage
            +$0.002 per GB
    
        + Select data returned
          Monthly cost depends on usage
            +$0.0007 per GB

+ module.service.module.ecs-autoscaling[0].aws_cloudwatch_metric_alarm.cpu_high
  +$0.10

    + Standard resolution
      +$0.10

+ module.service.module.ecs-autoscaling[0].aws_cloudwatch_metric_alarm.cpu_low
  +$0.10

    + Standard resolution
      +$0.10

Monthly cost change for cn-terraform/terraform-aws-ecs-fargate-service
Amount:  +$148 ($0.00 β†’ $148)

──────────────────────────────────
Key: ~ changed, + added, - removed

67 cloud resources were detected:
βˆ™ 10 were estimated, 6 of which include usage-based costs, see https://infracost.io/usage-file
βˆ™ 57 were free, rerun with --show-skipped to see details
Is this comment useful? Yes, No

Please sign in to comment.