Skip to content

Commit 1675bbb

Browse files
authored
Set fixed version for terraform.opennebula provider (#160)
Reason: with update to 1.5.0 version of Opennebula provider, the provider started introducing many bugs Until it's stable, it's better to stay with the previous one
1 parent 5d6723d commit 1675bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/opennebula/versions.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ terraform {
22
required_providers {
33
opennebula = {
44
source = "OpenNebula/opennebula"
5+
version = "1.4.1"
56
}
67
}
78
required_version = ">= 0.14"

0 commit comments

Comments
 (0)