Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In terraform, before you pass in runtime input variables to the "terraform apply" command (via either -var, or -var-file for *.tfvars flags), you must [...detailed phrase here...] .
Answer

declare them in the *.tf configuration files

^^ e.g.

variable "region" {
     default = "us-east-1"
}
variable "AMI" {}


Question
In terraform, before you pass in runtime input variables to the "terraform apply" command (via either -var, or -var-file for *.tfvars flags), you must [...detailed phrase here...] .
Answer
?

Question
In terraform, before you pass in runtime input variables to the "terraform apply" command (via either -var, or -var-file for *.tfvars flags), you must [...detailed phrase here...] .
Answer

declare them in the *.tf configuration files

^^ e.g.

variable "region" {
     default = "us-east-1"
}
variable "AMI" {}


Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.