Open Sh4mSh4m opened 2 years ago
Hi, thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1105, thanks!
@Sh4mSh4m
It is not reproducible in my env:
on darwin_amd64
+ provider registry.terraform.io/f5networks/bigip v1.7.
This issue looks like: https://github.com/hashicorp/terraform/issues/28776 https://github.com/hashicorp/terraform/issues/28803
And it seems to be addressed with this PR: https://github.com/hashicorp/terraform/pull/30486
So we recomend trying again after upgrading provider and terraform
Environment
Summary
Once resource bigip_ltm_virtual_server is successfully created with a terraform apply, following plan shows some of the profiles have been removed outside of terraform apply and require to be updated within the resource with the next terraform apply.
However the profiles are present in both state and in the f5 cluster.
Steps To Reproduce
Steps to reproduce the behavior:
]
The state shows the profiles
Also the REST API GET request shows the profiles are present in the f5 cluster:
Expected Behavior
plan should show no change right after a terraform apply.
Actual Behavior
profiles are not detected in the refresh phase and added in the plan