Skip to content

Commit

Permalink
allow users to retain template configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiac committed Jan 10, 2024
2 parents b016572 + 67579bf commit b06c46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = ">= 5.0.0, < 6.0.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion config/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0.0"
version = ">= 5.0.0, < 6.0.0"
}
helm = {
source = "hashicorp/helm"
Expand Down

0 comments on commit b06c46f

Please sign in to comment.