-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't set read/write capacity in PAY_PER_REQUEST billing mode #101
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bridgecrew has found infrastructure configuration errors in this PR ⬇️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Easy -- Thanks as always @alexjurkiewicz 👍
/test all |
@alexjurkiewicz our validate check got stuck. Mind pushing an empty commit to try and trigger it again? |
This causes errors at plan-time now: Error: 2 errors occurred: * read_capacity can not be set when billing_mode is "PAY_PER_REQUEST" * write_capacity can not be set when billing_mode is "PAY_PER_REQUEST" with module.dynamodb_table.aws_dynamodb_table.default[0], on .terraform/modules/dynamodb_table/main.tf line 46, in resource "aws_dynamodb_table" "default": 46: resource "aws_dynamodb_table" "default" {
a6c96a3
to
a3597eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change details
-
Error ID Change Path Resource BC_AWS_GENERAL_52 Added /main.tf aws_dynamodb_table.default BC_AWS_GENERAL_44 Added /main.tf aws_dynamodb_table.default
done
…On Wed, 26 Jan 2022 at 04:41, Matt Gowie ***@***.***> wrote:
@alexjurkiewicz <https://github.com/alexjurkiewicz> our validate check
got stuck. Mind pushing an empty commit to try and trigger it again?
—
Reply to this email directly, view it on GitHub
<#101 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC4U5OIWISHL576VTMA7C3UX3OEBANCNFSM5MXWQ2BA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change details
-
Error ID Change Path Resource BC_AWS_GENERAL_52 Added /main.tf aws_dynamodb_table.default BC_AWS_GENERAL_44 Added /main.tf aws_dynamodb_table.default
/test all |
thanks! |
This causes errors at plan-time now: