Skip to content

Commit 3958dee

Browse files
committed
fix: fmt
1 parent d32db09 commit 3958dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
terraform {
22
required_providers {
33
kubernetes = {
4-
source = "hashicorp/kubernetes"
4+
source = "hashicorp/kubernetes"
55
version = ">= 2.30.0"
66
}
77
helm = {
8-
source = "hashicorp/helm"
8+
source = "hashicorp/helm"
99
version = ">= 2.13.2"
1010
}
1111
time = {

0 commit comments

Comments
 (0)