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
Is your feature request related to a problem? Please describe.
As per the docs, assignments can be done via
droplet_ids (Optional) - The list of the IDs of the Droplets assigned to the Firewall.
However this limits how I am adding droplets, for instance I have use Terraform dependency checks to prevent firewall creation before droplets are ready.
This also limits splitting up my code into different modules. I may have a firewall already and need to add more droplets to it.
Describe the solution you'd like
An additional resource that lets me associate droplets to existing firewalls.
Describe alternatives you've considered
CLI doctl compute firewall add-droplets and click ops.
The text was updated successfully, but these errors were encountered:
Could you expand a bit on the problems you are facing? You can add or remove droplet_ids and the firewall will be updated in-place. Is your request to be able to add Droplets to an existing firewall that is not managed by Terraform?
Hi @andrewsomething, thanks for your response. That is correct I do want to add droplets to an existing firewall that maybe managed outside of Terraform workspace I created it in.
Here is an example:
Suppose I create resources like so in one Terraform workspace:
Is your feature request related to a problem? Please describe.
As per the docs, assignments can be done via
droplet_ids
(Optional) - The list of the IDs of the Droplets assigned to the Firewall.However this limits how I am adding droplets, for instance I have use Terraform dependency checks to prevent firewall creation before droplets are ready.
This also limits splitting up my code into different modules. I may have a firewall already and need to add more droplets to it.
Describe the solution you'd like
An additional resource that lets me associate droplets to existing firewalls.
Describe alternatives you've considered
CLI
doctl compute firewall add-droplets
and click ops.The text was updated successfully, but these errors were encountered: