Skip to content

Commit 504a14f

Browse files
author
Kimonas Sotirchos
authored
chore: pin the terraform version to < 1.0.0 (#305)
Cherry-picks #302
1 parent d0706b1 commit 504a14f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
juju = {
55
source = "juju/juju"
6-
version = ">= 0.14.0"
6+
version = ">= 0.14.0, < 1.0.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)