File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2018, 2021 Oracle Corporation and/or affiliates. All rights reserved.
1+ # Copyright (c) 2018, 2022 Oracle Corporation and/or affiliates. All rights reserved.
22# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
33
4- terraform {
5- required_version = " >= 0.12" // terraform version below 0.12 is not tested/supported with this module
6- required_providers {
7- oci = {
8- version = " >= 3.27" // force downloading oci-provider compatible with terraform v0.12
9- }
10- }
11- }
4+
125
136// Get all the Availability Domains for the region and default backup policies
147data "oci_identity_availability_domains" "ad" {
Original file line number Diff line number Diff line change 1+ terraform {
2+ required_providers {
3+ oci = {
4+ source = " oracle/oci"
5+ version = " >=4.67.3"
6+ }
7+ }
8+ required_version = " >= 1.0.0"
9+ }
You can’t perform that action at this time.
0 commit comments