hashicorp / terraform-provider-oneandone

Terraform 1&1 provider. Please note: This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/oneandone/
Mozilla Public License 2.0
5 stars 11 forks source link

EOL of old 1and1 API endpoint at 1st November 2019 #28

Open ekle opened 4 years ago

ekle commented 4 years ago

Hi, 1and1 is deprecating there API Endpoint cloudpanel-api.1and1.com. The new one is cloudpanel-api.ionos.com.

Starting from 1st November this module will stop working.

Seems like there are two options to fix this:

thefirstspine commented 4 years ago

Hey @ekle 👋

We added

provider "oneandone" {
  endpoint = "https://cloudpanel-api.ionos.com/v1"
}

in our tf file. It seems to work (monitored with a local proxy).

Edit: I added https://github.com/1and1/oneandone-cloudserver-sdk-go/pull/37 => hope a maintainer will review it soon 🤞