-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for external IP ranges in r/vra_network_ip_range
#334
Comments
Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. |
Hello Everyone! Any chances to look into this one ? We do use Infoblox as well, and currently it is required to issue separate rest calls to get this part done when creating vra project via TF. |
Any plan in the roadmap for this ? |
When creating Network Policies in Network Profiles is not possible to point to an external IPAM (Infoblox) and add an IP Block. I think we need: In vRA API it is possible: Get the externalIpBlockIds: Get the isolationNetworkDomainId: Create the Network Profile: { |
r/vra_network_ip_range
Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. |
vRA version
v8
Terraform version
v0.14.9
terraform-provider-vra plugin version
v0.3.5
Is your feature request related to a problem? Please describe.
We use only external IP ranges (Infoblox) in our environment which is not supported by the provider so we need to add all the ranges manually.
Describe the solution you'd like
Ability to define external IP ranges within the
vra_network_ip_range
resource or ideally within the network profile.The text was updated successfully, but these errors were encountered: