Skip to content

Commit

Permalink
fix(aws): Export security group interfaces (spinnaker#8001)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] authored Mar 5, 2020
1 parent 0d4cdd5 commit 6c84ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './IPRangeRules';
1 change: 1 addition & 0 deletions app/scripts/modules/amazon/src/securityGroup/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './details';

0 comments on commit 6c84ad1

Please sign in to comment.