Skip to content

Commit

Permalink
Fix issue in terraform providers versions (#20)
Browse files Browse the repository at this point in the history
* Update versions.tf

* Update mock_provider.tf

* Update mock_provider.tf

* Update versions.tf
  • Loading branch information
jnonino authored May 17, 2022
1 parent 7e7c041 commit 9cfb6da
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 9cfb6da

@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 $131 πŸ“ˆ

Project Previous New Diff
cn-terraform/terraform-aws-ecs-fargate-scheduled-task $0 $131 +$131
Infracost output
Project: cn-terraform/terraform-aws-ecs-fargate-scheduled-task

+ 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

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

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

50 cloud resources were detected:
βˆ™ 4 were estimated, all of which include usage-based costs, see https://infracost.io/usage-file
βˆ™ 46 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 $131 πŸ“ˆ

Project Previous New Diff
cn-terraform/terraform-aws-ecs-fargate-scheduled-task $0 $131 +$131
Infracost output
Project: cn-terraform/terraform-aws-ecs-fargate-scheduled-task

+ 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

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

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

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

Please sign in to comment.