Terraform already owns VLAN 40 on a library branch switch. Operations needs the VLAN renamed. What is the correct Terraform workflow change path?
Select an answer to reveal the explanation.
Short Explanation
Change the blueprint, then let Terraform rebuild the shelf—live CLI hotfixes on Terraform-owned objects create drift. Hand-editing state or abandoning the provider is not the workflow.
Full Explanation
The constructed Terraform workflow updates desired HCL and reapplies. Logging into the device to hotfix a VLAN that Terraform owns drifts state and is not the Terraform path. Manual state edits and out-of-band tools bypass the plan/apply ownership model the exam constructs for 5.3.b.