Daily Archives: 09/09/2023

Terraform: count, for_each, and for loops
0 (0)

9 September 2023

In the previous post, we got an overview of the Terraform data types – Terraform: introduction to data types – primitives and complex. Now let’s see how these types can be used in loops. Terraform supports three types of cycles: count: the simplest, used with a given number or with a function length(); uses indexes from a… Read More: Terraform: count, for_each, and for loops0 (0) »

Loading

Terraform: introduction to data types – primitives and complex
0 (0)

9 September 2023

In this post, we will take a brief look at the data types that we can use in Terraform to better understand the topic of the following post – Terraform: count, for_each, and for loops. Documentation – Type Constraints and Types and Values. We have the following types divided into groups: Primitive Types: string: sequence of Unicode characters,… Read More: Terraform: introduction to data types – primitives and complex0 (0) »

Loading