Skip to content

Commit

Permalink
fix(vpc): add data annotation to vpc
Browse files Browse the repository at this point in the history
Annotate VPC as a data class to address VPC attributes always being null.
  • Loading branch information
dmart committed Sep 22, 2023
1 parent 8523343 commit ceba468
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ static SecurityGroup findById(MortService mortService, String securityGroupId) {
}
}

@Data
class VPC {
String id;
String name;
Expand Down

0 comments on commit ceba468

Please sign in to comment.