Tomáš Karásek
Tomáš Karásek
@amenowanna I will take a look today.
I just ran a m1.xlarge.x86 through all the network_state transitions, and it seems OK. I am closing this.
This happened again, it generated some support traffic, @enkelprifti98 might know more details. In very short, getting same device with different GET params from the API will return different network_type....
@displague I like `python-equinix` best, but I think that if we generate Python SDKs from OpenAPI spec, we should keep separate packages per service (Metal, Fabric, Network Edge). So that...
Anybody else is worried that the arac library was abandoned in 2010?
I guess it wouldn't take too much work to make pytrader docker image deployable on some CaaS, but the point of my Docker PR was to make development setup easier....
@bahamat until that's done in packet-cli, checkout https://github.com/t0mk/packetjq you can even process the JSON with jq like expressions
Hey @colemickens you can also use https://github.com/t0mk/packetjq for this if you want. I illustrated the queries that you need in the readme. Check it out: https://github.com/t0mk/packetjq#show-spot-price-of-a-plan-across-facilities
I have just tried `tfplugindocs` in this provider. It nicely generated all the markdown files to the docs/ dir. However, to take full advantage of `tfplugindocs` (to have docs build...
@displague There is some code that guards the HTTP response codes when deleting metakk gateway: https://github.com/equinix/terraform-provider-equinix/blob/main/equinix/resource_metal_gateway.go#L162 What's the scenario when the tf delete fails?