Skip to content

Commit

Permalink
Update integ.managed-compute-environment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaypilankar authored Jun 8, 2023
1 parent 50e84b6 commit c92394d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@ const taggedEc2Ecs = new ManagedEc2EcsComputeEnvironment(stack, 'taggedCE', {
Tags.of(taggedEc2Ecs).add('foo', 'bar');
Tags.of(taggedEc2Ecs).add('super', 'salamander');

const taggedFargate = new FargateComputeEnvironment(stack, 'taggedFargate', {
vpc,
computeEnvironmentName: 'taggedFargateCE',
});

Tags.of(taggedFargate).add('computeEnvironmentName', 'bar')

new integ.IntegTest(app, 'BatchManagedComputeEnvironmentTest', {
testCases: [stack],
});
Expand Down

0 comments on commit c92394d

Please sign in to comment.