apache / cloudstack-terraform-provider

CloudStack Terraform Provider
https://cloudstack.apache.org
Apache License 2.0
29 stars 37 forks source link

Support Import Network ACL Rule #104

Open btzq opened 7 months ago

btzq commented 7 months ago

This is mainly for Drift Detection.

Before I apply my terraform to my environment, i would like to be able to review every one of the resources.

This is the make sure if any changes are done vis the Cloudstack GUI, i can identify those changes using Terraform Plan.

However, a crucial feature, ACL Rules, are not being picked up in the Terraform Plan. I believe this is cause Terraform Import is not supported for ACL Rule currently.

Would like to have:

Would like to greatly request to make this feature possible. I think this is very essential.

@kiranchavala

kiranchavala commented 7 months ago

Thanks @btzq for raising the issue.

I will cross check the issue and see the feasibility of including it in the future releases