Skip to content

Commit c32e68e

Browse files
authored
Fix issue #5
Remove Google provider from required block
1 parent f3798de commit c32e68e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/kowl/versions.tf

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ terraform {
22
required_version = ">=0.12"
33

44
required_providers {
5-
google = ">= 3.36.0, <4.0.0"
65
kubernetes = ">= 2.0.0, <3.0.0"
76
random = ">= 2.3.0, <3.0.0"
87
}
9-
}
8+
}

0 commit comments

Comments
 (0)