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 cc4a6f6 commit 079808dCopy full SHA for 079808d
providers.tf
@@ -2,18 +2,13 @@
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
4
provider "oci" {
5
-# alias = "current"
6
tenancy_ocid = var.tenancy_ocid
7
-# comment for stack zip file
8
-# config_file_profile = var.config_file_profile
9
region = var.region
10
}
11
12
13
alias = "home"
14
15
16
17
region = data.oci_identity_region_subscriptions.home_region_subscriptions.region_subscriptions[0].region_name
18
disable_auto_retries = "true"
19
0 commit comments