-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCM-1759 | feat: add CIDR block to /vpcs output
- Loading branch information
Tom McKay
committed
Sep 6, 2023
1 parent
56a96c2
commit 1db0726
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,7 @@ struct CloudVPC { | |
|
||
// List of subnetworks | ||
AWSSubnets []Subnetwork | ||
|
||
// CIDR Block | ||
CIDRBlock String | ||
} |