Skip to content
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 device ip addresses #341

Merged
merged 1 commit into from
Feb 19, 2023

Conversation

arjenvri
Copy link
Contributor

Adds a new field object_type to the device ip address resource that allows to select device or virtualmachine as device type to support ip address configuration for devices.

Adds a new field object_type to the device ip address resource that
allows to select device or virtualmachine as device type to support
ip address configuration for devices.
@arjenvri arjenvri marked this pull request as ready for review February 10, 2023 10:58
@arjenvri
Copy link
Contributor Author

@fbreckle i made a new pull request to support device ip addresses. Sorry that i messed up the older PR with rebasing.

This might close

#340
#334
#338

@arjenvri
Copy link
Contributor Author

@fbreckle any possibility to get this merged and released? Thank you for your good support with the provider

@fbreckle
Copy link
Collaborator

Absolutely, I'm just a bit swamped right now. Might take until the weekend.

docs/data-sources/devices.md Show resolved Hide resolved
docs/resources/device.md Show resolved Hide resolved
docs/resources/site.md Show resolved Hide resolved
docs/resources/site.md Show resolved Hide resolved
docs/resources/site.md Show resolved Hide resolved
@weeclemans
Copy link

After updating e-breuninger/terraform-provider-netbox from v3.0.12 to v3.2.0, I noticed a strange behavior of terraform. Every time I run 'terraform apply', if I don't make any changes to the code, I see the following in the 'plan' output:

  # module.dev_zookeeper.netbox_ip_address.instance_count_vip[0] will be updated in-place
  ~ resource "netbox_ip_address" "instance_count_vip" {
        id           = "12712"
      + object_type  = "virtualization.vminterface"
        tags         = []
        # (7 unchanged attributes hidden)
    }
***
Plan: 0 to add, 1 to change, 0 to destroy.

Note: This virtual ip address is used by a group of hosts.

What am I doing wrong? What should I do to prevent this from happening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants