Changed SQS_QUEUE_ENCRYPTION rule to only check for kms_master_key_id argument as this is what specifies if the queue is encrypted or not. The kms_data_key_reuse_period_seconds argument already has a default value if it isn't present.
Removed old sqs.tf test file as the new test cases have been created to replace it
Partial for #123
This covers the SQS rules for Terraform11.
SQS_QUEUE_POLICY_WILDCARD_PRINCIPAL
SQS_QUEUE_POLICY_WILDCARD_ACTION
policy
tag to SQS Policy rulesSQS_QUEUE_ENCRYPTION
rule to only check forkms_master_key_id
argument as this is what specifies if the queue is encrypted or not. Thekms_data_key_reuse_period_seconds
argument already has a default value if it isn't present.sqs.tf
test file as the new test cases have been created to replace it