Skip to content

Commit d1ec732

Browse files
authored
fix(deps): update terraform kind to ~> 0.7 (#752)
1 parent 44d541e commit d1ec732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anthos-attached-clusters/kind/provider.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
required_providers {
1919
kind = {
2020
source = "tehcyx/kind"
21-
version = "~> 0.6"
21+
version = "~> 0.7"
2222
}
2323
google = {
2424
source = "hashicorp/google"

0 commit comments

Comments
 (0)