Exercise
Practice creating nested objects with properties such as id, name, and description using Terraform modules. Understand how to declare variable types, assign values through .tfvars files, and use outputs to manage data structures effectively.
We'll cover the following...
We'll cover the following...
Problem statement
Create nested objects named object1 and object2 with the following properties:
idnamedescription
Additionally, add output.tf ...