generated from oracle-quickstart/oci-quickstart-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathproviders.tf
17 lines (16 loc) · 984 Bytes
/
providers.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ####################################################################################################### #
# Copyright (c) 2023 Oracle and/or its affiliates, All rights reserved. #
# Licensed under the Universal Permissive License v 1.0 as shown at https: //oss.oracle.com/licenses/upl. #
# Author: Cosmin Tudor #
# Author email: [email protected] #
# Last Modified: Wed Dec 13 2023 #
# Modified by: Cosmin Tudor, email: [email protected] #
# ####################################################################################################### #
terraform {
required_version = ">= 1.3.0"
required_providers {
oci = {
source = "oracle/oci"
}
}
}