Skip to content

Commit

Permalink
Update AWS provider to version 4 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino authored Mar 2, 2022
1 parent 31a22d6 commit d045348
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ In order to run all checks at any point run the following command:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.74 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.74 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.0.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/test/mock_provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.74"
version = ">= 4"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.74"
version = ">= 4"
}
}
}

2 comments on commit d045348

@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 not change

Project Previous New Diff
cn-terraform/terraform-aws-cloudwatch-logs/examples/test $0 $0 $0
Infracost output
Project: cn-terraform/terraform-aws-cloudwatch-logs/examples/test

+ module.logs.aws_cloudwatch_log_group.log_group
  Monthly cost depends on usage

    + Data ingested
      Monthly cost depends on usage
        +$0.50 per GB

    + Archival Storage
      Monthly cost depends on usage
        +$0.03 per GB

    + Insights queries data scanned
      Monthly cost depends on usage
        +$0.005 per GB

Monthly cost change for cn-terraform/terraform-aws-cloudwatch-logs/examples/test
Amount:  $0.00 ($0.00 β†’ $0.00)

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

2 cloud resources were detected, rerun with --show-skipped to see details:
βˆ™ 1 was estimated, 1 includes usage-based costs, see https://infracost.io/usage-file
βˆ™ 1 was free
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 not change

Project Previous New Diff
cn-terraform/terraform-aws-cloudwatch-logs/examples/test $0 $0 $0
Infracost output
Project: cn-terraform/terraform-aws-cloudwatch-logs/examples/test

+ module.logs.aws_cloudwatch_log_group.log_group
  Monthly cost depends on usage

    + Data ingested
      Monthly cost depends on usage
        +$0.50 per GB

    + Archival Storage
      Monthly cost depends on usage
        +$0.03 per GB

    + Insights queries data scanned
      Monthly cost depends on usage
        +$0.005 per GB

Monthly cost change for cn-terraform/terraform-aws-cloudwatch-logs/examples/test
Amount:  $0.00 ($0.00 β†’ $0.00)

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

2 cloud resources were detected, rerun with --show-skipped to see details:
βˆ™ 1 was estimated, 1 includes usage-based costs, see https://infracost.io/usage-file
βˆ™ 1 was free
Is this comment useful? Yes, No

Please sign in to comment.