Medium
Consider the following variable declaration:
variable "instance_count" {
type = number
description = "number of instances to create"
}
What would be a correct tfvars file to feed this variable?
Author: Julien WITTOUCKStatus: PublishedQuestion passed 4 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Terraform
0
What are the valid type statements in Terraform?0
How to reuse the same code to initialize several environments with different variable values, and different states in Terraform?0
How to check which resources will be deleted by Terraform before actually deleting them?0
How to delete a VM created with Terraform?0
What is the default backend used by Terraform?