╷
│ Error: Unsupported Terraform Core version
│
│ on .terraform/modules/network/modules/firewall-rules/versions.tf line 18, in terraform:
│ 18: required_version = ">=0.12.6, <0.14"
│
│ Module module.network.module.firewall_rules (from ./modules/firewall-rules) does not support Terraform version 1.4.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.
╵
Hello everyone is there a work around for this issue ?
Sure, I created a folder called the network and it houses three files main.tf, variables.tf, and output.tf. In my root directory, there is a main.tf that orchestrates the build and my network is in a module
You will need to either select a version of the module that is compatible with your chosen Terraform Core version, or select a version of Terraform Core that is compatible with the modules you have chosen to use.