Skip to content

Commit e2fd077

Browse files
committed
fix(ec2): fix connection field to elasticBeanstalkEnv
1 parent bb27a44 commit e2fd077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/ec2/connections.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export default ({
310310
id: elasticBeanstalkEnv.EnvironmentId,
311311
resourceType: services.elasticBeanstalkEnv,
312312
relation: 'child',
313-
field: 'elasticBeanstalkEnvs',
313+
field: 'elasticBeanstalkEnv',
314314
})
315315
}
316316
}

0 commit comments

Comments
 (0)