Skip to content

[Bug]: Trouble with firewall attachments and ARM machines #1059

@hadmut

Description

@hadmut

What happened?

Hi,

I was just changing a running and working terraform / hcloud installation in two details:

  • I've change a single test machine into an expandable test machine by using count to create an arbitrary number of machines.
  • I've replaced the machine type from cx22 to cax11.

Creating machines and firewalls worked well, but creating firewall attachments failed:

  • when creating, terraform claimed to have created a firewall attachment (green), but actually, the ARM machine wasn't covered by the firewall.
  • removing the firewall attachment (either with terraform destroy --target or in order to create a new one) failed with an error message that terraform can't find the server with a given ID.

Either the hcloud terraform provider has trouble with arm machines, or there is some problem in the hetzner cloud.

What did you expect to happen?

work like with x86 machines

Please provide a minimal working example

too many changes, I'll create a new example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions