Difference between revisions of "Error: Unsupported Terraform Core version"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
  Error: Unsupported Terraform Core version
 
  Error: Unsupported Terraform Core version
  
 +
 +
│ Error: Unsupported Terraform Core version
 +
 +
│  on versions.tf line 2, in terraform:
 +
│    2:  required_version = "~> 0.13.1"
 +
 +
│ This configuration does not support Terraform version 1.2.8. To proceed, either choose another supported Terraform version or update
 +
│ this version constraint. Version constraints are normally set for good reason, so updating the constraint may lead to other errors or
 +
│ unexpected behavior.
 +
  
 
  [[terraform version]]
 
  [[terraform version]]
Line 6: Line 16:
 
  [[terraform init -upgrade]]
 
  [[terraform init -upgrade]]
  
 +
== See also ==
 +
* {{tf}}
  
{{tf}}
+
[[Category:Terraform]]

Revision as of 10:54, 7 September 2022

Error: Unsupported Terraform Core version


│ Error: Unsupported Terraform Core version
│
│   on versions.tf line 2, in terraform:
│    2:   required_version = "~> 0.13.1"
│
│ This configuration does not support Terraform version 1.2.8. To proceed, either choose another supported Terraform version or update
│ this version constraint. Version constraints are normally set for good reason, so updating the constraint may lead to other errors or
│ unexpected behavior.
╵
terraform version
terraform init
terraform init -upgrade

See also

Advertising: