Skip to content

Commit

Permalink
update the TF version range
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiac committed Dec 7, 2023
1 parent 21d2f80 commit 69d3b3c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
TERRAFORM_VERSION: 1.4.2
TERRAFORM_VERSION: 1.6.5

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
TERRAFORM_VERSION: 1.4.2
TERRAFORM_VERSION: 1.6.5

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repository aims to provide [IaC](https://en.wikipedia.org/wiki/Infrastructu
[![Terraform validate](https://github.com/phidatalab/RADAR-K8s-Infrastructure/actions/workflows/config.yaml/badge.svg)](https://github.com/phidatalab/RADAR-K8s-Infrastructure/actions/workflows/config.yaml/badge.svg)

# Dependencies
[Terraform](https://developer.hashicorp.com/terraform/downloads) ~> 1.4.0
[Terraform](https://developer.hashicorp.com/terraform/downloads) >= 1.4.0, < 1.7.0<br>
[AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) >= 2.11

# Usage
Expand Down
2 changes: 1 addition & 1 deletion cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {
version = "~> 2.24.0"
}
}
required_version = "~> 1.4.0"
required_version = ">= 1.4.0, < 1.7.0"
}
2 changes: 1 addition & 1 deletion config/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ terraform {
version = "~> 1.14.0"
}
}
required_version = "~> 1.4.0"
required_version = ">= 1.4.0, < 1.7.0"
}

0 comments on commit 69d3b3c

Please sign in to comment.