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
│ Error: Error listing Metros: GET https://api.equinix.com/metal/v1/locations/metros: 403 Access denied for the current authentication token
│
│ with data.equinix_metal_metro.this,
│ on data.tf line 6, in data "equinix_metal_metro" "this":
│ 6: data "equinix_metal_metro" "this" {
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
Terraform Version
1.8.4
Equinix Provider Version
v2.3.1
Effected Terraform Resources
equinix_metal_metro
Terraform Config Files
provider "equinix" {
auth_token = "myUserToken"
}
data "equinix_metal_metro" "this" {
code = "ty"
}
Debug Output
No response
Panic Output
No response
Expected Behavior
metro details collected via API
Actual Behavior
│ Error: Error listing Metros: GET https://api.equinix.com/metal/v1/locations/metros: 403 Access denied for the current authentication token
│
│ with data.equinix_metal_metro.this,
│ on data.tf line 6, in data "equinix_metal_metro" "this":
│ 6: data "equinix_metal_metro" "this" {
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: