Skip to content

Commit

Permalink
add versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb committed Sep 25, 2024
1 parent cd7eb9b commit 132670f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/gke/gke_impersonate/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
terraform {
required_version = ">= 0.13"

required_providers {
castai = {
source = "castai/castai"
version = ">= 3.11.0"
}
}
}

0 comments on commit 132670f

Please sign in to comment.