We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b6563 commit 516831bCopy full SHA for 516831b
main.tf
@@ -1,13 +1,9 @@
1
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
3
4
-terraform {
5
- required_version = ">= 0.12.24"
6
-}
7
-
8
module "base" {
9
source = "oracle-terraform-modules/base/oci"
10
- version = "1.3.3"
+ version = "2.0.0-RC1"
11
12
# general oci parameters
13
oci_base_general = local.oci_base_general
versions.tf
@@ -0,0 +1,8 @@
+terraform {
+ required_providers {
+ oci = {
+ source = "hashicorp/oci"
+ }
+ required_version = ">= 0.13"
+}
0 commit comments