Skip to content

Commit fe2c263

Browse files
authored
home provider configuration - removed extra parameters (#9)
1 parent 92fcf9b commit fe2c263

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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.9 (August 5,2020)
11+
12+
=== Changes
13+
* Home provider configuration (#8)
14+
1015
== v1.0.8 (July 15,2020)
1116

1217
=== Changes

instance_principal.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
# create a home region provider for identity operations
55
provider "oci" {
66
alias = "home"
7-
fingerprint = var.api_fingerprint
8-
private_key_path = var.api_private_key_path
97
region = lookup(data.oci_identity_regions.home_region.regions[0], "name")
10-
tenancy_ocid = var.tenancy_id
11-
user_ocid = var.user_id
128
}
139

1410
resource "oci_identity_dynamic_group" "operator_instance_principal" {

0 commit comments

Comments
 (0)