Terraform Tutorials: How to set condition in Terraform Program?

Method 1: conditional expression Terraform doesn’t support if statements. Luckily we can achieve the same result by using a specific parameter called count.You can think about it this way: you … Continue reading Terraform Tutorials: How to set condition in Terraform Program?