Difference between revisions of "Error: Invalid value for input variable"

From wikieduonline
Jump to navigation Jump to search
(Created page with " ╷ │ Error: Invalid value for input variable │ │ on terraform.tfvars line 15: │ 15: backup_retention_period = "MyWrongText" │ │ The given value is not...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
  ╷
 
  ╷
  │ Error: Invalid value for input variable
+
  │ Error: Invalid value for input [[variable]]
 
  │
 
  │
 
  │  on terraform.tfvars line 15:
 
  │  on terraform.tfvars line 15:
 
  │  15: backup_retention_period = "MyWrongText"
 
  │  15: backup_retention_period = "MyWrongText"
 
  │
 
  │
  │ The given value is not valid for variable "backup_retention_period": a number is required.
+
  │ The given value is not valid for variable "backup_retention_period": a [[number]] is required.
 +
 +
 
 +
 +
│ Error: Invalid value for input variable
 +
 +
│  on terraform.tfvars line 50:
 +
│  50: YourBoolVar = 0
 +
 +
│ The given value is not valid for variable "YourBoolVar": [[bool]] required.
 +
 +
 
 +
 +
│ Error: Invalid value for input variable
 +
 +
│  on terraform.tfvars line 30:
 +
│  30: [[requires_compatibilities]] = "yourtextvaule"
 +
 +
│ The given value is not valid for variable "requires_compatibilities": [[list of string]] required.
 
  ╵
 
  ╵
 +
  
 
== See also ==
 
== See also ==

Latest revision as of 13:11, 21 September 2021

╷
│ Error: Invalid value for input variable
│
│   on terraform.tfvars line 15:
│   15: backup_retention_period = "MyWrongText"
│
│ The given value is not valid for variable "backup_retention_period": a number is required.
╵
╷
│ Error: Invalid value for input variable
│
│   on terraform.tfvars line 50:
│   50: YourBoolVar = 0
│
│ The given value is not valid for variable "YourBoolVar": bool required.
╵
╷
│ Error: Invalid value for input variable
│
│   on terraform.tfvars line 30:
│   30: requires_compatibilities = "yourtextvaule"
│
│ The given value is not valid for variable "requires_compatibilities": list of string required.
╵


See also[edit]

Advertising: