You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing this error when running terraform init on new 2.2.0 release:
Downloading registry.terraform.io/kumarvna/caf-virtual-network-hub/azurerm 2.2.0 for vnet-hub...
vnet-hub in .terraform\modules\vnet-hub
╷
│ Error: Unsupported Terraform Core version
│
│ on .terraform\modules\vnet-hub\versions.tf line 11, in terraform:
│ 11: required_version = ">= 1.1.9"
│
│ Module module.vnet-hub (from registry.terraform.io/kumarvna/caf-virtual-network-hub/azurerm) does not support Terraform version 1.1.6. 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.
╵
The text was updated successfully, but these errors were encountered:
Seeing this error when running terraform init on new 2.2.0 release:
Downloading registry.terraform.io/kumarvna/caf-virtual-network-hub/azurerm 2.2.0 for vnet-hub...
╷
│ Error: Unsupported Terraform Core version
│
│ on .terraform\modules\vnet-hub\versions.tf line 11, in terraform:
│ 11: required_version = ">= 1.1.9"
│
│ Module module.vnet-hub (from registry.terraform.io/kumarvna/caf-virtual-network-hub/azurerm) does not support Terraform version 1.1.6. 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.
╵
The text was updated successfully, but these errors were encountered: