ionos-cloud / terraform-provider-ionoscloud

The IonosCloud Terraform provider gives the ability to deploy and configure resources using the IonosCloud APIs.
Mozilla Public License 2.0
35 stars 24 forks source link

feat: support ipv6 in terraform provider #415

Closed hegerdes closed 1 year ago

hegerdes commented 1 year ago

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

cristiGuranIonos commented 1 year ago

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

cbeti-ionos commented 1 year ago

it will be available on the next release

cristiGuranIonos commented 1 year ago

Should be fixed in v6.4.5