Skip to content

Commit

Permalink
Fix typo on versions file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmacedot committed Apr 24, 2024
1 parent 9714eba commit c5509c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

required_providers {
aws = ">= 3.13"
helm = ">= 1.0,"
helm = ">= 1.0"
kubernetes = ">= 1.10.0"
kubectl = {
source = "gavinbunney/kubectl"
Expand Down

0 comments on commit c5509c8

Please sign in to comment.