-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enable
metal_reserved_ip_block
to create VRF IP reservations (#…
…233) This fixes a couple problems with the parameter definitions for the reserved IP block module: 1. The `cidr` and `network` parameters, needed for VRF IP reservations, were not defined in the module spec 2. The `quantity` parameter, which is unsupported for VRF IP reservations, was required in order to create _any_ IP reservation This PR updates the reserved IP block module so that it can be used to create a VRF IP reservation. The docs are also updated to reference the `cidr` and `network` parameters. This was broken out of #232.
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 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
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