You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Adding multiple network profiles with multiple networks causes a lot of additional Terraform coding because you need to calculate network IDs from network names using the vra_fabric_network data source and do it for multiple networks for multiple network profiles. We've created a workaround but it doesn't look like production-ready solution.
Also we widely use network tags in order to properly place our compute resources. But currently the provider only supports setting networks IDs when creating a network profile. So in our case we need to set all the tags manually.
Describe the solution you'd like
It would be good if the provider will support something like this:
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. Thank you!
tenthirtyam
changed the title
Need ability to add networks using network name and set networks tags
Add support to add networks using network name and set networks tags
Jul 10, 2024
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.
Thank you!
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.
Adding multiple network profiles with multiple networks causes a lot of additional Terraform coding because you need to calculate network IDs from network names using the
vra_fabric_network
data source and do it for multiple networks for multiple network profiles. We've created a workaround but it doesn't look like production-ready solution.Also we widely use network tags in order to properly place our compute resources. But currently the provider only supports setting networks IDs when creating a network profile. So in our case we need to set all the tags manually.
Describe the solution you'd like
It would be good if the provider will support something like this:
The text was updated successfully, but these errors were encountered: