I have terraform_version in 1.6.0, but this error happen.
`Successfully configured the backend "s3"! OpenTofu will automatically
use this backend unless the backend configuration changes.
Initializing modules...
repo in ../../../modules/ecr
sin ../../../modules/s
Downloading registry.opentofu.org/terraform-aws-modules/security-group/aws 5.1.2 for s.s...
s.sg_smartico_collector in .terraform/modules/s.s
Downloading registry.opentofu.org/terraform-aws-modules/security-group/aws 5.1.2 for s.s...
s.sg_smartico_workers in .terraform/modules/s.s
Downloading registry.opentofu.org/terraform-aws-modules/sqs/aws 4.2.0 for s.sqs...
s.sqs in .terraform/modules/s.sqs
╷
│ Error: Unsupported OpenTofu Core version
│
│ on main.tf line 2, in terraform:
│ 2: required_version = "1.6.0"
│
│ This configuration does not support OpenTofu version 1.7.0. To proceed,
│ either choose another supported OpenTofu 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.
This is a part of my github action file.
`jobs: DeployTerraform: runs-on: ubuntu-latest
I have terraform_version in 1.6.0, but this error happen.
`Successfully configured the backend "s3"! OpenTofu will automatically use this backend unless the backend configuration changes. Initializing modules...