terraform-provider-ionoscloud
terraform-provider-ionoscloud copied to clipboard
Enable firewall rule on kubernetes nodepool
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.
- Allow enablement of the firewall as a nodepool property boolean flag.
- Provide an attachment ressource that allows to perform additional configuration of an nic ressource.