A parks-and-rec access layer needs a new SVI VLAN and a static route declared in Terraform for IOS XE. Which construction matches the intended 5.3.b resources?
Select an answer to reveal the explanation.
Short Explanation
Name the VLAN and route as first-class resources—like labeled shelves in a warehouse—not a shell that types CLI. A null_resource SSH workaround is not the intended construction.
Full Explanation
Network parameters in DEVCOR 5.3.b are expressed as Terraform resources for objects such as interfaces, VLANs, and static routes on IOS XE—the same official objects as nearby automation tasks. A null_resource that only SSHes CLI is a workaround, not the intended typed-resource construction. Puppet types and empty modules do not satisfy the resource requirement.