Skip to content

Commit 9c24615

Browse files
furkhatFurkhat Kasymov Genii Uulu
andauthored
fix: bump provider to minimum required, remove upper bound (#117)
Co-authored-by: Furkhat Kasymov Genii Uulu <furkhat@cast.ai>
1 parent 1e60a32 commit 9c24615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
castai = {
1414
source = "castai/castai"
15-
version = "> 7.73, < 9"
15+
version = ">= 8.1"
1616
}
1717
helm = {
1818
source = "hashicorp/helm"

0 commit comments

Comments
 (0)