Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
adnahassan committed Jan 9, 2025
1 parent 76b80a2 commit 3286452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5,742 deletions.
5 changes: 2 additions & 3 deletions iac/main/resources/raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ SplunkPerformanceIndexSecret:
Name: !Sub ${Environment}-SplunkPerformanceIndexSecret
SecretString: '{"username":"xxx","password":"xxx"}'


RawLayerTestCrawler:
Type: AWS::Glue::Crawler
Properties:
Expand Down Expand Up @@ -200,13 +199,13 @@ TxmaCrawlerInvoke:
- glue:StartCrawler
- glue:UpdateCrawler
- glue:GetCrawler
Resource: "*"
Resource: '*'
- Effect: Allow
Action:
- logs:CreateLogGroup
- logs:CreateLogStream
- logs:PutLogStream
Resource: "arn:aws:logs:*:*:*"
Resource: 'arn:aws:logs:*:*:*'
ReservedConcurrentExecutions: 10
Environment:
# checkov:skip=CKV_AWS_173: These environment variables do not require encryption
Expand Down
Loading

0 comments on commit 3286452

Please sign in to comment.