DimensionDataResearch / terraform-provider-ddcloud

Terraform provider for Dimension Data cloud compute.
MIT License
16 stars 13 forks source link

Provider option to automatically delete public IP blocks #46

Open tintoy opened 7 years ago

tintoy commented 7 years ago

If auto_delete_public_ip_blocks' is true, then when the lastddcloud_nat` resource that uses a given public IP block is deleted, then the public IP block should also be deleted.

Still need to think about the edge cases...