Skip to content

Commit eedebc0

Browse files
12345ieeehyder
authored andcommitted
Use lower bound version specification for oci provider
The oke module is a reusable module, hence it must not force the whole root module to un under a certain minor release of the oci provider. Fixes: 830192e Signed-off-by: Andrea Stacchiotti <[email protected]>
1 parent 89919f9 commit eedebc0

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
@@ -6,7 +6,7 @@ terraform {
66
oci = {
77
source = "oracle/oci"
88
configuration_aliases = [oci.home]
9-
version = "~> 4.115.0"
9+
version = ">= 4.115.0"
1010
}
1111
}
1212
required_version = ">= 1.2.0"

0 commit comments

Comments
 (0)