...

/

Data Types: Complex Types

Data Types: Complex Types

Go through the complex data types in Terraform.

Create a module

The first thing we’ll need to do for this lesson is, create a folder named ltthw_complex_data_types.

Complex types: objects

Complex types allow us to collect variables of different types into a single variable.

If you’ve used object-oriented languages, the object type may look familiar. It allows us to bind together variables of different ...