Questions tagged [terraform]

Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.

Features:

  • Infrastructure as Code
  • Execution Plans
  • Resource Graph
  • Change Automation
392 questions
-2
votes
1 answer

Create a VM using terraform on an Azure image created by Packer

Team, I need to provision an Azure VM (Windows/Linux) and I followed the below link to create the image…
-2
votes
1 answer

with terraform version 13, I am getting error nvalid default value for variable in region params, how to fix that?

variables.tf variable "region" { default = "us-central1" } variable "zone" { description = "override default zone specified in region_params" default = "" } variable "region_params" { description = "Map of default zones for each…
uday
  • 257
  • 2
  • 21
1 2 3
26
27