File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ module "step_function" {
4646
4747 service_integrations = {
4848
49+ batch_Sync = {
50+ events = true
51+ }
52+
4953 dynamodb = {
5054 dynamodb = [" arn:aws:dynamodb:eu-west-1:052212379155:table/Test" ]
5155 }
Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ locals {
210210 " events:PutRule" ,
211211 " events:DescribeRule"
212212 ]
213+ default_resources = [" arn:aws:events:${ local . aws_region } :${ data . aws_caller_identity . current . account_id } :rule/StepFunctionsGetEventsForBatchJobsRule" ]
213214 }
214- default_resources = [" arn:aws:events:${ local . aws_region } :${ data . aws_caller_identity . current . account_id } :rule/StepFunctionsGetEventsForBatchJobsRule" ]
215215 }
216216
217217 batch_WaitForTaskToken = {
You can’t perform that action at this time.
0 commit comments