Skip to content

Commit

Permalink
Update AWS provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Feb 12, 2022
1 parent 6c9993a commit 8efca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test/mock_provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
skip_credentials_validation = true
skip_requesting_account_id = true
skip_metadata_api_check = true
s3_force_path_style = true
s3_use_path_style = true
access_key = "mock_access_key"
secret_key = "mock_secret_key"
}

2 comments on commit 8efca83

@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

Add cost estimates to your pull requests: https://infracost.io/cicd
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

Add cost estimates to your pull requests: https://infracost.io/cicd
Is this comment useful? Yes, No

Please sign in to comment.