infradmin
infradmin
I have the same issue: if one of address objects is going to be deleted and corresponding address groups object should be updated, it tries to destroy address first (obviously...
Thank you, @lix-fortinet for the fast reply, but actually I am using `for_each`... Here is my example: ``` locals { subnets = [ { "name" = "test1", "subnet" = "192.168.1.0/24",...
Hi @lix-fortinet I have realized that after adding `create_before_destroy` to resource block I need to run `terraform apply` first to add this to the state, and only then try to...