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
34 stars 23 forks source link

{"httpStatus":403,"messages":[{"errorCode":"paas-feature-1","message":"feature is not enabled for the contract"}]} #667

Closed PsyFrame closed 2 weeks ago

PsyFrame commented 2 weeks ago

Description

Up to version '6.4.19' - ionos-cloud/terraform-provider-ionoscloud - it works as expected. From version 6.5.0 and higher I receive the following error in connection with the creation (resource "ionoscloud_certificate" ...) and retrieval (data "ionoscloud_certificate" ...) of certificates (Certificate Manager):

{"httpStatus":403,"messages":[{"errorCode":"paas-feature-1","message":"feature is not enabled for the contract"}]}

Expected behavior

Retrieving and creating certificates using the Certificate Manager.

Environment

Terraform version: 1.9.5

Provider version: 6.5.0 and higher

OS: windows_amd64

Configuration Files

...

How to Reproduce

...

Error and Debug Output

{"httpStatus":403,"messages":[{"errorCode":"paas-feature-1","message":"feature is not enabled for the contract"}]}

Additional Notes

...

References

...

adeatcu-ionos commented 2 weeks ago

Closing this since the problem was related to the API, not to the Terraform provider.