generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IFACE-1880: Enable RFC 6598 CIDR Range for HVN Route (#515)
* IFACE-1880 Revise validators to differentiate between HVN and HVN Route allowed CIDR ranges: - Allow RFC 6598 (shared address space) for HVN route CIDRs * IFACE-1880 Update HVN destination_cidr to use a specific (non-shared) validator * IFACE-1880 Update HVN Route destination_cidr to use a specific (non-shared) validator * IFACE-1880 Reorganize CIDR validation tests * IFACE-1880 Add more test cases for CIDR validation for HVN Routes * IFACE-1880 Add changelog entry * IFACE-1880 Update docs for hvn_route resource to include note about destination_cidr * IFACE-1880 Update doc template for hvn_route resource to include note about destination_cidr and generate docs
- Loading branch information
Showing
7 changed files
with
550 additions
and
225 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:feature | ||
Update HVN Route validation for `destination_cidr` attribute to allow RFC6598 CIDR range. | ||
``` |
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
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
Oops, something went wrong.