Skip to content

Commit 079808d

Browse files
authored
Update providers.tf
1 parent cc4a6f6 commit 079808d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

providers.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
provider "oci" {
5-
# alias = "current"
65
tenancy_ocid = var.tenancy_ocid
7-
# comment for stack zip file
8-
# config_file_profile = var.config_file_profile
96
region = var.region
107
}
118

129
provider "oci" {
1310
alias = "home"
1411
tenancy_ocid = var.tenancy_ocid
15-
# comment for stack zip file
16-
# config_file_profile = var.config_file_profile
1712
region = data.oci_identity_region_subscriptions.home_region_subscriptions.region_subscriptions[0].region_name
1813
disable_auto_retries = "true"
1914
}

0 commit comments

Comments
 (0)