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
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.
The text was updated successfully, but these errors were encountered:
What happened?
Hi,
I was just changing a running and working terraform / hcloud installation in two details:
Creating machines and firewalls worked well, but creating firewall attachments failed:
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.
The text was updated successfully, but these errors were encountered: