Skip to content

Commit 166c8ec

Browse files
authored
Merge pull request #21 from stackhpc/pin-version
Pin Terraform provider Openstack version
2 parents 41131a6 + c9d6ea3 commit 166c8ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ terraform {
1111
}
1212
openstack = {
1313
source = "terraform-provider-openstack/openstack"
14+
version = "2.1.0"
1415
}
1516
}
1617
required_version = ">= 0.13"

0 commit comments

Comments
 (0)