Terraform Tutorials: Functions in terraform
The Terraform language includes a number of built-in functions that you can call from within expressions to transform and combine values. The general syntax for function calls is a function name followed by comma-separated arguments in parentheses: max(5, 12, 9) The Terraform language does not support user-defined functions, and so only the functions built in … Continue reading Terraform Tutorials: Functions in terraform
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed