Difference between revisions of "Error: Invalid block definition"
Jump to navigation
Jump to search
(Created page with " {{terraform plan}}") |
|||
Line 1: | Line 1: | ||
+ | │ Error: Invalid block definition | ||
+ | │ | ||
+ | │ on variables.tf line 27: | ||
+ | │ 27: variable "lb_listener" = <<EOF | ||
+ | │ | ||
+ | │ The equals sign "=" indicates an argument definition, and must not be used when defining a block. | ||
− | {{terraform plan}} | + | == Related == |
+ | * [[EOF]] | ||
+ | |||
+ | == See also == | ||
+ | * {{terraform plan}} |
Revision as of 11:17, 8 September 2021
│ Error: Invalid block definition │ │ on variables.tf line 27: │ 27: variable "lb_listener" = <<EOF │ │ The equals sign "=" indicates an argument definition, and must not be used when defining a block.
Related
See also
Advertising: