civo/terraform-provider-civo

Creating networks with Terraform does not create a default firewall rule for it

Closed this issue · 0 comments

Description

Issue

The default network has a default firewall that cannot be deleted.

When creating another network in the UI, it also creates a default firewall that also cannot be deleted.

Creating a network in terraform however does not create this default firewall.

This issue also affects the CLI

Acceptance criteria

Ensure the behaviour of the TF provider matches that of the UI. When a network is created, a default firewall should also be created.

Screenshots

No response

Additional information

No response