Functions

Terraform functions are built-in utilities that perform operations on data and metadata within the Terraform configuration files to enable dynamic and reusable configurations.

format

Stores small snippets of code or other types of data that can be easily referenced in the future

random_id

Stores small snippets of code or other types of data that can be easily referenced in the future

templatefile

Stores small snippets of code or other types of data that can be easily referenced in the future

Last modified July 21, 2024: update (e2ae86c)