Public-works networking wants IOS XE VLANs and static routes expressed as desired resources rather than an interactive SSH script. Which approach matches Terraform for DEVCOR 5.3.b?
Select an answer to reveal the explanation.
Short Explanation
Terraform is the blueprint on the drafting table—you name the VLAN or route you want, not a live typing script. Expect/SSH scripts are imperative, and Puppet is no longer the official 5.3.b answer.
Full Explanation
DEVCOR v1.1 task 5.3.b constructs a Terraform workflow that declares intended network parameters as resources in HCL. Imperative Expect or SSH scripts are not Terraform. Puppet was replaced for 5.3.b and must not be scored as correct. Workarounds that only shell CLI miss the declarative resource model the blueprint expects.