Type constraints - Any Type
Learn how to use any type constraints in a Terraform project.
We'll cover the following
any
The any
type is a special construct that serves as a placeholder for a type yet to be decided. any
itself
is not a type. Terraform will attempt to calculate the type at runtime when you use any
.
Get hands-on with 1400+ tech skills courses.