Difference between revisions of "Error: Reference to undeclared input variable"

From wikieduonline
Jump to navigation Jump to search
(Created page with " ╷ │ Error: Reference to undeclared input variable │ │ on main.tf line 327, in module "parameters": │ 327: value = "${var.YOUR_VAR}" │ │ An input...")
 
Line 11: Line 11:
  
 
== See also ==
 
== See also ==
* {{Terraform}}
+
* {{terraform plan}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Revision as of 15:26, 20 September 2021

╷
│ Error: Reference to undeclared input variable
│
│   on main.tf line 327, in module "parameters":
│  327:     value  = "${var.YOUR_VAR}"
│
│ An input variable with the name "YOUR_VAR" has not been declared. This variable can be declared with a variable "YOUR_VAR" {}
│ block.
╵

See also

Advertising: