Skip to content

Commit

Permalink
skip: update autotest log
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-shcherbak committed May 30, 2024
1 parent e6c050e commit 107baa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
CORE_TESTING_FOLDER: ${{ github.workspace }}
OUTPUT_DIR: ${{ github.workspace }}/auto_policy_testing/output
AWS_DEFAULT_REGION: ${{ vars.AWS_REGION }}
resource_priority_list: 'lightsail'
resource_priority_list: 'log'
RED: '\033[0;31m'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion auto_policy_testing/red/log/log.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "aws_cloudwatch_log_group" "this" {
name = "${module.naming.resource_prefix.cloudwatch_log}"
provider = aws.provider2
name = module.naming.resource_prefix.cloudwatch_log
}
2 changes: 1 addition & 1 deletion auto_policy_testing/scripts/aws_map_report_fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"lambda": ["FunctionArn"],
"launch-config": ["LaunchConfigurationName"],
"lightsail-instance": ["arn"],
"log-group": ["arn"],
"log-group": ["logGroupArn"],
"message-broker": ["BrokerArn"],
"nat-gateway": ["NatGatewayId"],
"network-acl": ["NetworkAclId"],
Expand Down

0 comments on commit 107baa5

Please sign in to comment.