Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Add ipv6_address, ipv6_network, ipv6_netsize #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add ipv6_address, ipv6_network, ipv6_netsize #8

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented May 6, 2017

Example:

  provisioner "local-exec" {
    command = "echo ${join(", ", vultr_server.gw_hosts.*.ipv6_address)}"
  }

This only picks the first IPv6 address and disregards all others, but that's good enough for a start. It's also in line with the IPv4 address behaviour.


(The indentation change around snapshot_id is from go fmt which my editor runs automatically. Let me know if I should remove it.)

@rtizzy
Copy link
Owner

rtizzy commented May 8, 2017

Howdy @lgierth! Thanks a lot for taking the time to add IPv6 support to this plugin.

If you'll update the example.tf file to properly document this new feature, then I'll merge your pull.

Thanks again!

@rtizzy
Copy link
Owner

rtizzy commented Jul 20, 2017

@lgierth

Howdy. Do you have a moment to add the documentation for this feature? If so, I'd greatly appreciate it.

If not, I can see about integrating it myself.

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

Successfully merging this pull request may close these issues.

1 participant