terraform-provider-ionoscloud icon indicating copy to clipboard operation
terraform-provider-ionoscloud copied to clipboard

Enable firewall rule on kubernetes nodepool

Open gthieleb opened this issue 11 months ago • 4 comments

Current Provider Version

tf -version
Terraform v1.7.4
on linux_amd64
+ provider registry.terraform.io/ionos-cloud/ionoscloud v6.4.13

Use-cases

I would like to enable the firewall of kubernetes nodepool by using terraform. Currently when creating a nodepool I do not have access to the server or nic resource that contains this flag.

Attempted Solutions

I tried to import the nic ressource but this a little bit tricky.

Proposal

I see 2 possibilities to address that topic.

  1. Allow enablement of the firewall as a nodepool property boolean flag.
  2. Provide an attachment ressource that allows to perform additional configuration of an nic ressource.

gthieleb avatar Feb 29 '24 14:02 gthieleb