Skip to content

Commit d8d6bbf

Browse files
authored
Merge pull request #42 from cloudgraphdev/fix/ec2-eb-fix
fix(ec2): fix connection field to elasticBeanstalkEnv
2 parents 19a3a39 + e2fd077 commit d8d6bbf

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)