Skip to content

create dynamodb - #220

Open
Twdckcv wants to merge 1 commit into
mainfrom
build_dynamoDB
Open

create dynamodb#220
Twdckcv wants to merge 1 commit into
mainfrom
build_dynamoDB

Conversation

@Twdckcv

@Twdckcv Twdckcv commented Aug 9, 2022

Copy link
Copy Markdown
Collaborator

No description provided.

Comment on lines +1 to +13
resource "aws_dynamodb_table" "dyno_table"{
name = "Dyno"
hash_key = "clientId"
range_key = "fuzzId"
attribute {
name = "clientId"
type = "S"
}
attribute {
name = "fuzzId"
type = "S"
}
} No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

tfsec check aws-dynamodb-enable-at-rest-encryption failed.

Description: Cluster encryption is not enabled.

Severity: HIGH

For more information, see:

Comment on lines +1 to +13
resource "aws_dynamodb_table" "dyno_table"{
name = "Dyno"
hash_key = "clientId"
range_key = "fuzzId"
attribute {
name = "clientId"
type = "S"
}
attribute {
name = "fuzzId"
type = "S"
}
} No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

tfsec check aws-dynamodb-enable-recovery failed.

Description: Point-in-time recovery is not enabled.

Severity: MEDIUM

For more information, see:

Comment on lines +1 to +13
resource "aws_dynamodb_table" "dyno_table"{
name = "Dyno"
hash_key = "clientId"
range_key = "fuzzId"
attribute {
name = "clientId"
type = "S"
}
attribute {
name = "fuzzId"
type = "S"
}
} No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

tfsec check aws-dynamodb-table-customer-key failed.

Description: Cluster encryption does not use a customer-managed KMS key.

Severity: LOW

For more information, see:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant