Marques Johansson

Results 273 issues of Marques Johansson

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
area/resources/metal

Current device create error handling expects timeouts due to hardware provisioning failures to result in 403 status codes. I believe 404 is returned now for devices that have been moved...

source/terraform-provider-metal
area/resources/metal

Users would benefit from a guide that demonstrates devices (count = size of address space) being connected to the gateway/vlan/addresses, with userdata that configures the vlan and an address from...

documentation
enhancement
source/terraform-provider-metal
area/resources/metal

We may want to offer a gateway_id way to lookup metal_reserved_ip_block datasources. https://registry.terraform.io/providers/equinix/metal/latest/docs/data-sources/reserved_ip_block _Originally posted by @displague in https://github.com/equinix/terraform-provider-metal/pull/157#r674008076_

source/terraform-provider-metal
area/resources/metal

It might also be helpful to lookup a metal_gateway by IP block or reservation. _Originally posted by @displague in https://github.com/equinix/terraform-provider-metal/pull/157#r674010254_

terraform-provider-metal

The Equinix Metal API allows for query parameters in API requests to filter the resulting response list. The filterable fields, although not well documented today, tend to follow predictable patterns....

terraform-provider-metal

This is a continuation of https://github.com/packethost/terraform-provider-packet/issues/299 (limitations of importing a `metal_project` and adjust settings are discussed there). If a resource for managing BGP configuration independent of `metal_project` interests you, please...

source/terraform-provider-metal
area/resources/metal

The Metal Device created_by field is not exposed as an attribute. Users may wish to match this up with an [equinix_metal_user datasource](https://github.com/equinix/terraform-provider-equinix/issues/150) or access this attribute in environments like [ASCode](https://ascode.run)...

enhancement
area/resources/metal

Metal projects offer a `customdata` field which can be used to store arbitrary JSON. ```sh curl -H "X-Auth-Token: $METAL_AUTH_TOKEN" \ -H 'Content-type: application/json' \ -X PUT \ -d '{"customdata": {"any":["json"]}'...

enhancement
area/resources/metal

Given the following Hybrid-Unbonded configuration: ```tf locals { bond0_id = [for p in equinix_metal_device.test.ports: p.id if p.name == "bond0"][0] eth0_id = [for p in equinix_metal_device.test.ports: p.id if p.name == "eth0"][0]...

area/resources/metal