Difference between revisions of "Error: Reference to undeclared input variable"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
╷ | ╷ | ||
− | │ Error: Reference to [[undeclared | + | │ Error: Reference to [[undeclared input variable]] |
│ | │ | ||
│ on main.tf line 327, in module "parameters": | │ on main.tf line 327, in module "parameters": | ||
Line 11: | Line 11: | ||
== Related == | == Related == | ||
− | * <code>[[terraform plan]]</code> | + | * <code>[[terraform plan]] [[-var-file]]="your_file.tfvars"</code> |
+ | * [[sops]] | ||
+ | * <code>[[Error: Failed to get existing workspaces: S3 bucket does not exist.]]</code> | ||
== See also == | == See also == |
Latest revision as of 16:59, 15 November 2023
╷ │ 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[edit]
terraform plan -var-file="your_file.tfvars"
- sops
Error: Failed to get existing workspaces: S3 bucket does not exist.
See also[edit]
Advertising: