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

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
  
  [[terraform 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.
 +
 +
 
 +
== Related ==
 +
* <code>[[terraform version]]</code>
 +
* <code>[[terraform init]]</code>
 +
* <code>[[terraform init -upgrade]]</code>
 +
* <code>[[terraform providers]]</code>
 +
 
 +
== See also ==
 +
* {{terraform init}}
 +
 
 +
[[Category:Terraform]]

Latest revision as of 08:27, 17 November 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.
╵

Related[edit]

See also[edit]

Advertising: