Skip to content

Commit

Permalink
add import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilleker authored and Lilleker committed Aug 26, 2021
1 parent a04c017 commit f3b76d9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ export function fromServiceAtrributes(scope: Construct, id: string, attrs: Servi
public readonly serviceName = name;
public readonly cluster = attrs.cluster;
}
return new Import(scope, id);
return new Import(scope, id, {
environmentFromArn: arn,
});
}

0 comments on commit f3b76d9

Please sign in to comment.