Difference between revisions of "Error: Unsupported argument ... An argument named "XXX" is not expected here."

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
  │  23:  aws_lb_listener = var.aws_lb_listener
 
  │  23:  aws_lb_listener = var.aws_lb_listener
 
  │
 
  │
  │ An argument named "[[aws_lb_listener]]" [[is not expected here]].
+
  │ An argument named "aws_lb_listener" [[is not expected here]].
  
  
Line 15: Line 15:
  
 
  │ An argument named "[[manage_aws_auth_configmap]]" is not expected here.
 
  │ An argument named "[[manage_aws_auth_configmap]]" is not expected here.
 +
 +
  Error: Unsupported argument
 +
 +
│  on main.tf line 203:
 +
│  203:  cluster-name    = "cc-dev-namds-euw3-01"
 +
 +
│ An argument named "cluster-name" is not expected here.
  
 
== Related ==
 
== Related ==

Revision as of 09:38, 8 January 2024

╷
│ Error: Unsupported argument
│
│   on main.tf line 23, in module "your_module_name":
│   23:   aws_lb_listener = var.aws_lb_listener
│
│ An argument named "aws_lb_listener" is not expected here.


│ An argument named "xxxxx" is not expected here. Did you mean to define a block of type "xxxxxx"?
│ An argument named "xxxxx" is not expected here.
| An argument named "subnets" is not expected here.
│ An argument named "manage_aws_auth_configmap" is not expected here.
 Error: Unsupported argument
│ 
│   on main.tf line 203:
│  203:   cluster-name     = "cc-dev-namds-euw3-01"
│ 
│ An argument named "cluster-name" is not expected here.

Related

See also

Advertising: