You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a value like project_id is set empty (""), through misconfiguration, the URLs constructed in API requests may look like "POST /metal/v1/projects//devices".
This results in API/HTTP errors like:
HTTP/1.1 403 Forbidden
Connection: close
Content-Length: 404
Content-Type: text/html
Date: Tue, 24 Sep 2024 20:35:47 GMT
Expires: Tue, 24 Sep 2024 20:35:47 GMT
Mime-Version: 1.0
Server: AkamaiGHost
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>
You don't have permission to access "http://api.equinix.com/metal/v1/projects/devices" on this server.<P>
Reference #18.c9542117.1727210147.5658ac3
<P>https://errors.edgesuite.net/18.c9542117.1727210147.5658ac3</P>
</BODY>
</HTML>
and a Terraform error like: error: undefined response type
A better experience would be for Terraform validation to ensure that these required values are not empty strings.
There may be other ways to improve the handling of these 403/HTML errors.
New or Affected Terraform Resources
No response
Potential Terraform Configuration
No response
The text was updated successfully, but these errors were encountered:
Description
when a value like project_id is set empty (""), through misconfiguration, the URLs constructed in API requests may look like "POST /metal/v1/projects//devices".
This results in API/HTTP errors like:
and a Terraform error like:
error: undefined response type
A better experience would be for Terraform validation to ensure that these required values are not empty strings.
There may be other ways to improve the handling of these 403/HTML errors.
New or Affected Terraform Resources
No response
Potential Terraform Configuration
No response
The text was updated successfully, but these errors were encountered: