Skip to content

Commit

Permalink
use fuzzy operator
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 17, 2024
1 parent 65a4c5c commit ac3a403
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.14.0"
version = "~>= 5.14.0"
}
helm = {
source = "hashicorp/helm"
version = ">= 2.11.0"
version = "~>= 2.11.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.23.0"
version = "~>= 2.23.0"
}
null = {
source = "hashicorp/null"
version = ">= 3.2.1"
version = "~>= 3.2.1"
}
template = {
source = "hashicorp/template"
version = ">= 2.2.0"
version = "~>= 2.2.0"
}
}
}

0 comments on commit ac3a403

Please sign in to comment.