Skip to content

Commit d94f77a

Browse files
authored
removed unnecessary home provider arguments (#6)
1 parent 524bb6e commit d94f77a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ All notable changes to this project are documented in this file.
77

88
The format is based on {uri-changelog}[Keep a Changelog].
99

10+
== v1.0.4 (August 5,2020)
11+
* Home provider configuration changes
12+
1013
== v1.0.3 (July 15,2020)
1114
* Made label_prefix optional
1215

ons.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
provider "oci" {
55
alias = "home"
6-
fingerprint = var.api_fingerprint
7-
private_key_path = var.api_private_key_path
86
region = lookup(data.oci_identity_regions.home_region.regions[0], "name")
9-
tenancy_ocid = var.tenancy_id
10-
user_ocid = var.user_id
117
}
128

139
resource "oci_ons_notification_topic" "bastion_notification" {

0 commit comments

Comments
 (0)