generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Allow setting virtual_machine_interface_id on ip_address separately #601
Comments
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Jun 2, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Jun 2, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Jun 2, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Jun 2, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Jun 2, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Jun 2, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Jun 2, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Jun 2, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Jun 3, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Jun 3, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Sep 16, 2024
skoppe
added a commit
to symmetryinvestments/terraform-provider-netbox
that referenced
this issue
Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use
netbox_available_ip_address
before we create a virtual machine on our hypervisor. However, in order to assign the ip to a virtual device we have to create avirtual_machine_interface_id
and set it when defining thenetbox_available_ip_address
.Alas, we know the
virtual_machine_interface_id
only after we created the virtual machine on our hypervisor.It would be nice to have a separate
ip_address_interface_id_assign
resource that allows doing it separately.What do you think?
The text was updated successfully, but these errors were encountered: