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
Current Provider Version
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