Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Aug 13, 2019
1 parent bf594b6 commit a7ec0f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public void test() {
new Parameter().withParameterKey("ParentVPCStack").withParameterValue(vpcStackName)
);
// TODO how can we check if this stack works?
this.emptyBucket(this.getStackOutputValue(flowLogsStackName, "LogBucketName"));
} finally {
this.deleteStack(flowLogsStackName);
}
Expand Down
3 changes: 3 additions & 0 deletions vpc/vpc-flow-logs-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ Outputs:
StackName:
Description: 'Stack name.'
Value: !Sub '${AWS::StackName}'
LogBucketName:
Description: 'Log bucket name.'
Value: !If [InternalBucket, !Ref LogBucket, !Ref ExternalLogBucket]

0 comments on commit a7ec0f5

Please sign in to comment.