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 429e0a4 commit d1f0168Copy full SHA for d1f0168
modules/iam-compartment/main.tf
@@ -1,13 +1,4 @@
1
-// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
2
-
3
-terraform {
4
- required_version = ">= 0.12" // terraform version below 0.12 is not tested/supported with this module
5
- required_providers {
6
- oci = {
7
- version = ">= 3.27" // force downloading oci-provider compatible with terraform v0.12
8
- }
9
10
-}
+// Copyright (c) 2018, 2022, Oracle and/or its affiliates.
11
12
########################
13
# Compartment
0 commit comments