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

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  │
 
  │
 
  │  on main.tf line 327, in module "parameters":
 
  │  on main.tf line 327, in module "parameters":
  │  327:    value  = "${var.YOUR_VAR}"
+
  │  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" {}
 
  │ An input variable with the name "YOUR_VAR" has not been declared. This variable can be declared with a variable "YOUR_VAR" {}

Revision as of 19:44, 19 October 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.
╵

Related

See also

Advertising: