ionos-cloud/terraform-provider-ionoscloud

feat: support ipv6 in terraform provider

hegerdes opened this issue · 3 comments

Current Provider Version

terraform {
  required_version = ">= 1.4.0"
  required_providers {
    ionoscloud = {
      source  = "ionos-cloud/ionoscloud"
      version = "6.4.3"
    }
    random = {
      source  = "hashicorp/random"
      version = "3.5.1"
    }
  }
}

Use-cases

Ip would be awesome if the terraform provider would support the settings for IPv6 that the official IONOS API offers. Currently neither the ansible nor the terraform modules provide support for the IPv6 features that the official API supports

Attempted Solutions

Tried to use terraform for IPv6 and ansible, both dont support these features. Had to fallback to the REST API which does not manage state.

Proposal

Support IPv6 via the terraform provider.
Maybe you could use this issue to keep users update on the progress of this feature

References

We have this on our list to add and we will begin work on it asap.

it will be available on the next release

Should be fixed in v6.4.5